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