Browse Source
Merge pull request #26255 from nextcloud/Valdnet-patch-6
l10n: Separate ellipsis
pull/26270/head
John Molakvoæ
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/systemtags/js/admin.js
|
|
|
@ -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) |
|
|
|
|