From a1e0722a09f044aec2fd2b25001e42dfe6241f65 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 1 Oct 2019 10:28:10 +0200 Subject: [PATCH] Update translation keys --- www/common/toolbar3.js | 2 +- www/common/translations/messages.de.json | 2 +- www/common/translations/messages.fr.json | 2 +- www/common/translations/messages.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/common/toolbar3.js b/www/common/toolbar3.js index e7de1f684..733d0b719 100644 --- a/www/common/toolbar3.js +++ b/www/common/toolbar3.js @@ -922,7 +922,7 @@ MessengerUI, Messages) { var pads_options = []; Config.availablePadTypes.forEach(function (p) { if (p === 'drive') { return; } - if (p === 'team') { return; } + if (p === 'teams') { return; } if (!Common.isLoggedIn() && Config.registeredOnlyTypes && Config.registeredOnlyTypes.indexOf(p) !== -1) { return; } pads_options.push({ diff --git a/www/common/translations/messages.de.json b/www/common/translations/messages.de.json index 342152dac..e87b0c6e7 100644 --- a/www/common/translations/messages.de.json +++ b/www/common/translations/messages.de.json @@ -13,7 +13,7 @@ "todo": "Aufgaben", "contacts": "Kontakte", "sheet": "Tabelle (Beta)", - "team": "Teams" + "teams": "Teams" }, "button_newpad": "Neues Rich-Text-Pad", "button_newcode": "Neues Code-Pad", diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json index 561572adc..dbbadd86b 100644 --- a/www/common/translations/messages.fr.json +++ b/www/common/translations/messages.fr.json @@ -13,7 +13,7 @@ "todo": "Todo", "contacts": "Contacts", "sheet": "Tableur (Beta)", - "team": "Équipes" + "teams": "Équipes" }, "button_newpad": "Nouveau document texte", "button_newcode": "Nouvelle page de code", diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index ed85b6752..20525bc13 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -13,7 +13,7 @@ "todo": "Todo", "contacts": "Contacts", "sheet": "Sheet (Beta)", - "team": "Teams" + "teams": "Teams" }, "button_newpad": "New Rich Text pad", "button_newcode": "New Code pad",