Skip to content

Commit

Permalink
Merge pull request #26277 from nextcloud/backport/26255/stable19
Browse files Browse the repository at this point in the history
[stable19] l10n: Separate ellipsis
  • Loading branch information
MorrisJobke authored Mar 24, 2021
2 parents 5228824 + e14cb5a commit e2cb0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/systemtags/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e2cb0a8

Please sign in to comment.