From 4471f359b1a24462309e863948a4583d67b37aef Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 24 Feb 2016 08:34:07 +0100 Subject: Rename system tags app to collaborative tags --- apps/systemtags/appinfo/info.xml | 5 +++-- apps/systemtags/js/systemtagsinfoview.js | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'apps') 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 @@ systemtags - System tags - System-wide tags user interface + Collaborative tags + 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.) AGPL Vincent Petry 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 -- cgit v1.2.3