From b41fd12debcc25477d0c858519939d9a1f2a6142 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 24 Sep 2019 11:49:11 +0200 Subject: [PATCH] Teams... --- www/common/common-ui-elements.js | 2 +- www/team/inner.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 0ca2796bd..513cf445f 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2895,7 +2895,7 @@ define([ 'data-value': teamId, 'href': '#' }, - content: Messages._getKey('team_pcsSelectEntry', [Util.fixHTML(t.name)]) + content: Util.fixHTML(t.name) }; }); teamOptions.unshift({ diff --git a/www/team/inner.js b/www/team/inner.js index 27ee9a803..eac2e3687 100644 --- a/www/team/inner.js +++ b/www/team/inner.js @@ -76,15 +76,15 @@ define([ var setEditable = DriveUI.setEditable; var mainCategories = { - 'general': [ - 'cp-team-info', - ], 'list': [ 'cp-team-list', ], 'create': [ 'cp-team-create', ], + 'general': [ + 'cp-team-info', + ], }; var teamCategories = { 'back': {