fix typo
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
fe46c6f743
commit
11e5a3dcf4
|
@ -138,7 +138,7 @@
|
|||
var count = oc_config['sharing.minSearchStringLength'];
|
||||
if (search.term.trim().length < count) {
|
||||
var title = n('core',
|
||||
'At least {count} character are needed for autocompletion',
|
||||
'At least {count} character is needed for autocompletion',
|
||||
'At least {count} characters are needed for autocompletion',
|
||||
count,
|
||||
{ count: count }
|
||||
|
|
Loading…
Reference in New Issue