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
parent
commit
da6019df67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/systemtags/js/admin.js

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

Loading…
Cancel
Save