fix(l10n): remove unnecessary space

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
Valdnet 2025-02-28 16:09:55 +01:00 committed by Ferdinand Thiessen
parent 82bd76f943
commit c4d7e9be9d
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

View file

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