Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-26 12:47:40 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-26 12:47:40 +0300
commitc6c15ba8252231b90e0600d5b6e43c3c10cc3bcd (patch)
treeb5e5138aa022949df0ced59e1372e6214780c87e /core
parent96f15a12a91b89735ad0d5aa6fd127bdcf81b83e (diff)
parent4471f359b1a24462309e863948a4583d67b37aef (diff)
Merge pull request #22608 from owncloud/collaborative-tags
Rename system tags app to collaborative tags
Diffstat (limited to 'core')
-rw-r--r--core/js/systemtags/systemtagsinputfield.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/systemtags/systemtagsinputfield.js b/core/js/systemtags/systemtagsinputfield.js
index a64e5386102..148d52b57dd 100644
--- a/core/js/systemtags/systemtagsinputfield.js
+++ b/core/js/systemtags/systemtagsinputfield.js
@@ -375,7 +375,7 @@
this.$el.find('[title]').tooltip({placement: 'bottom'});
this.$tagsField = this.$el.find('[name=tags]');
this.$tagsField.select2({
- placeholder: t('core', 'Global tags'),
+ placeholder: t('core', 'Collaborative tags'),
containerCssClass: 'systemtags-select2-container',
dropdownCssClass: 'systemtags-select2-dropdown',
closeOnSelect: false,