Merge pull request #26255 from nextcloud/Valdnet-patch-6

l10n: Separate ellipsis
This commit is contained in:
John Molakvoæ 2021-03-24 09:13:20 +01:00 committed by GitHub
commit da6019df67
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)