l10n: Separate ellipsis
Unifying the text string with the others.
This commit is contained in:
parent
e5dc0b7ad1
commit
7a7bd29177
|
@ -145,7 +145,7 @@
|
||||||
select2: {
|
select2: {
|
||||||
allowClear: false,
|
allowClear: false,
|
||||||
multiple: false,
|
multiple: false,
|
||||||
placeholder: t('systemtags_manager', 'Select tag…'),
|
placeholder: t('systemtags_manager', 'Select tag …'),
|
||||||
query: _.debounce(function(query) {
|
query: _.debounce(function(query) {
|
||||||
query.callback({
|
query.callback({
|
||||||
results: OCA.SystemTags.Admin.collection.filterByName(query.term)
|
results: OCA.SystemTags.Admin.collection.filterByName(query.term)
|
||||||
|
|
Loading…
Reference in New Issue