diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-24 08:34:07 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-02-26 09:14:28 +0100 |
commit | 4471f359b1a24462309e863948a4583d67b37aef (patch) | |
tree | 5e5c313cf84f136dff086e5e092e73e9de137a0c /core | |
parent | 5718402277b3d9a8bd688e3fbbf965bcf19addbe (diff) | |
download | nextcloud-server-4471f359b1a24462309e863948a4583d67b37aef.tar.gz nextcloud-server-4471f359b1a24462309e863948a4583d67b37aef.zip |
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, |