diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-26 10:47:40 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-26 10:47:40 +0100 |
commit | c6c15ba8252231b90e0600d5b6e43c3c10cc3bcd (patch) | |
tree | b5e5138aa022949df0ced59e1372e6214780c87e /core | |
parent | 96f15a12a91b89735ad0d5aa6fd127bdcf81b83e (diff) | |
parent | 4471f359b1a24462309e863948a4583d67b37aef (diff) | |
download | nextcloud-server-c6c15ba8252231b90e0600d5b6e43c3c10cc3bcd.tar.gz nextcloud-server-c6c15ba8252231b90e0600d5b6e43c3c10cc3bcd.zip |
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.js | 2 |
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, |