Skip to content

Commit

Permalink
fix(l10n): remove unnecessary space
Browse files Browse the repository at this point in the history
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
  • Loading branch information
Valdnet authored and skjnldsv committed Feb 28, 2025
1 parent 951a35c commit 45b0a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/views/LegacyUnifiedSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export default {

return n('core',
'Please enter {minSearchLength} character or more to search',
'Please enter {minSearchLength} characters or more to search',
'Please enter {minSearchLength} characters or more to search',
this.minSearchLength,
{ minSearchLength: this.minSearchLength })
},
Expand Down

0 comments on commit 45b0a03

Please sign in to comment.