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 /apps | |
parent | 5718402277b3d9a8bd688e3fbbf965bcf19addbe (diff) | |
download | nextcloud-server-4471f359b1a24462309e863948a4583d67b37aef.tar.gz nextcloud-server-4471f359b1a24462309e863948a4583d67b37aef.zip |
Rename system tags app to collaborative tags
Diffstat (limited to 'apps')
-rw-r--r-- | apps/systemtags/appinfo/info.xml | 5 | ||||
-rw-r--r-- | apps/systemtags/js/systemtagsinfoview.js | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml index d0b4c1fce00..40eeeb24811 100644 --- a/apps/systemtags/appinfo/info.xml +++ b/apps/systemtags/appinfo/info.xml @@ -1,8 +1,9 @@ <?xml version="1.0"?> <info> <id>systemtags</id> - <name>System tags</name> - <description>System-wide tags user interface</description> + <name>Collaborative tags</name> + <description>Collaborative tagging functionality which shares tags among users. Great for teams. + (If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description> <licence>AGPL</licence> <author>Vincent Petry</author> <default_enable/> diff --git a/apps/systemtags/js/systemtagsinfoview.js b/apps/systemtags/js/systemtagsinfoview.js index 2e808f9a84f..2f01ca7db34 100644 --- a/apps/systemtags/js/systemtagsinfoview.js +++ b/apps/systemtags/js/systemtagsinfoview.js @@ -100,7 +100,7 @@ * This will automatically adjust the tag mapping collection to * container the new name. * - * @param {OC.Backbone.Model} changedTag tag model that has changed + * @param {OC.Backbone.Model} tagId tag model that has changed */ _onTagDeletedGlobally: function(tagId) { // also rename it in the selection, if applicable |