l10n: Separate ellipsis

Unifying the text string with the others.
This commit is contained in:
Valdnet 2021-03-23 09:12:52 +01:00 committed by backportbot[bot]
parent 22626ae13f
commit 680a54c47d
1 changed files with 1 additions and 1 deletions

View File

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