summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-03-23 09:12:52 +0100
committerGitHub <noreply@github.com>2021-03-23 09:12:52 +0100
commit21db5bf9b9e6be91f1cc073885ff152cbdb785bb (patch)
treee9e3dc012315b1b9907d1b537ea9188baf90212b
parenta219fa587af77bcb5f9d0a9a9cd3b0e0134153ff (diff)
downloadnextcloud-server-21db5bf9b9e6be91f1cc073885ff152cbdb785bb.tar.gz
nextcloud-server-21db5bf9b9e6be91f1cc073885ff152cbdb785bb.zip
l10n: Separate ellipsis
Unifying the text string with the others.
-rw-r--r--apps/systemtags/js/admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemtags/js/admin.js b/apps/systemtags/js/admin.js
index 4a6588903e9..22d17343228 100644
--- a/apps/systemtags/js/admin.js
+++ b/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)