fix(l10n): remove unnecessary space

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
pull/51150/head
Valdnet 2025-02-28 16:09:55 +07:00 committed by Ferdinand Thiessen
parent a50ad16424
commit 2e5fa36e60
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
1 changed files with 1 additions and 1 deletions

@ -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 })
},