mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 03:13:36 -04:00
l10n: Separate ellipsis
Unifying the text string with the others.
This commit is contained in:
parent
a219fa587a
commit
21db5bf9b9
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@
|
|||
select2: {
|
||||
allowClear: false,
|
||||
multiple: false,
|
||||
placeholder: t('systemtags_manager', 'Select tag…'),
|
||||
placeholder: t('systemtags_manager', 'Select tag …'),
|
||||
query: _.debounce(function(query) {
|
||||
query.callback({
|
||||
results: OCA.SystemTags.Admin.collection.filterByName(query.term)
|
||||
|
|
|
|||
Loading…
Reference in a new issue