Merge pull request #26277 from nextcloud/backport/26255/stable19

[stable19] l10n: Separate ellipsis
This commit is contained in:
Morris Jobke 2021-03-24 17:14:05 +01:00 committed by GitHub
commit e2cb0a8ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)