diff --git a/customize.dist/pages.js b/customize.dist/pages.js
index 706de73d6..cb57753cc 100644
--- a/customize.dist/pages.js
+++ b/customize.dist/pages.js
@@ -141,7 +141,7 @@ define([
// used for the about menu
Pages.imprintLink = footLink(customURLs.imprint, 'imprint');
Pages.privacyLink = footLink(customURLs.privacy, 'privacy');
- Pages.termsLink = footLink(customURLs.terms, 'footer_tos');
+ Pages.termsLink = footLink(customURLs.terms, 'terms');
Pages.sourceLink = footLink(customURLs.source, 'footer_source');
Pages.docsLink = footLink('https://docs.cryptpad.fr', 'docs_link');
Pages.roadmapLink = footLink(customURLs.roadmap, 'footer_roadmap');
diff --git a/customize.dist/pages/index.js b/customize.dist/pages/index.js
index c19da3fe2..00e655227 100644
--- a/customize.dist/pages/index.js
+++ b/customize.dist/pages/index.js
@@ -108,8 +108,6 @@ define([
var fastLink = k => pageLink(Pages.customURLs[k], k);
- Msg.terms = Msg.footer_tos; //"Terms of Service"; // XXX
-
var imprintLink = fastLink('imprint');
var privacyLink = fastLink('privacy');
var termsLink = fastLink('terms');
diff --git a/www/common/translations/messages.cs.json b/www/common/translations/messages.cs.json
index 33242d8c8..3d6eafd22 100644
--- a/www/common/translations/messages.cs.json
+++ b/www/common/translations/messages.cs.json
@@ -439,7 +439,7 @@
"whatis_title": "Co je to CryptPad?",
"topbar_whatIsCryptpad": "Co je to CryptPad",
"blog": "Blog",
- "terms": "Podmínky užívání",
+ "terms": "Podmínky používání",
"contact": "Kontakt",
"privacy": "Zásady ochrany osobních údajů",
"about": "O nás",
@@ -588,7 +588,6 @@
"contact_dev": "Kontaktujte vývojáře",
"contact_adminHint": "V případě problémů týkajících se vašeho účtu, limitu úložiště nebo dostupnosti služby.\n",
"contact_admin": "Kontaktujte administrátory",
- "footer_tos": "Podmínky používání",
"footer_legal": "Legal",
"footer_donate": "Darovat",
"footer_team": "Příspěvatelé",
diff --git a/www/common/translations/messages.de.json b/www/common/translations/messages.de.json
index 89c1f1136..880296b81 100644
--- a/www/common/translations/messages.de.json
+++ b/www/common/translations/messages.de.json
@@ -632,7 +632,6 @@
"footer_team": "Mitwirkende",
"footer_donate": "Spenden",
"footer_legal": "Rechtliches",
- "footer_tos": "Nutzungsbedingungen",
"contact_admin": "Administratoren kontaktieren",
"contact_adminHint": "Für Probleme mit deinem Account, der Speicherbegrenzung oder der Verfügbarkeit des Dienstes.\n",
"contact_dev": "Entwickler kontaktieren",
diff --git a/www/common/translations/messages.es.json b/www/common/translations/messages.es.json
index 5999740e7..72cb2cf38 100644
--- a/www/common/translations/messages.es.json
+++ b/www/common/translations/messages.es.json
@@ -660,7 +660,6 @@
"contact_dev": "Contactar a los desarrolladores",
"contact_adminHint": "Para cualquier problema relacionado con su cuenta, límites de almacenamiento o disponibilidad del servicio.\n",
"contact_admin": "Contactar a los administradores",
- "footer_tos": "Términos de Servicio",
"footer_legal": "Legal",
"footer_donate": "Donar",
"footer_team": "Colaboradores",
diff --git a/www/common/translations/messages.eu.json b/www/common/translations/messages.eu.json
index 785441dd6..879249a29 100644
--- a/www/common/translations/messages.eu.json
+++ b/www/common/translations/messages.eu.json
@@ -798,7 +798,6 @@
"contact_dev": "Kontaktatu garatzaileekin",
"contact_adminHint": "Zure kontuarekin, biltegiratze mugarekin edo zerbitzuaren erabilgarritasunarekin lotutako edozein arazotarako.\n",
"contact_admin": "Kontaktuan jarri administratzaileekin",
- "footer_tos": "Zerbitzuaren baldintzak",
"footer_legal": "Legezkoa",
"footer_donate": "Diruz lagundu",
"footer_team": "Laguntzaileak",
diff --git a/www/common/translations/messages.fi.json b/www/common/translations/messages.fi.json
index e5c085b18..03e3967fd 100644
--- a/www/common/translations/messages.fi.json
+++ b/www/common/translations/messages.fi.json
@@ -892,7 +892,6 @@
"contact_dev": "Ota yhteyttä kehittäjiin",
"contact_adminHint": "Käyttäjätiliin, tallennustilaan tai palvelun saatavuuteen liittyviä ongelmia varten.\n",
"contact_admin": "Ota yhteyttä ylläpitäjiin",
- "footer_tos": "Käyttöehdot",
"footer_legal": "Oikeusasiat",
"footer_donate": "Lahjoita",
"footer_team": "Tekijät",
diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json
index 63e3420eb..e9f2c5462 100644
--- a/www/common/translations/messages.fr.json
+++ b/www/common/translations/messages.fr.json
@@ -488,7 +488,7 @@
"about": "À propos",
"privacy": "Charte de confidentialité",
"contact": "Contact",
- "terms": "Conditions",
+ "terms": "Conditions d'utilisation",
"blog": "Blog",
"topbar_whatIsCryptpad": "Qu'est-ce que CryptPad",
"whatis_title": "Qu'est-ce que CryptPad ?",
@@ -634,7 +634,6 @@
"footer_team": "Contributeurs",
"footer_donate": "Faire un don",
"footer_legal": "Questions légales",
- "footer_tos": "Conditions d'utilisation",
"contact_admin": "Contacter les administrateurs",
"contact_adminHint": "Pour toute question relative à votre compte, à la limite de stockage ou à la disponibilité du service.\n",
"contact_dev": "Contacter les développeurs",
diff --git a/www/common/translations/messages.it.json b/www/common/translations/messages.it.json
index 3909766b0..bf6421360 100644
--- a/www/common/translations/messages.it.json
+++ b/www/common/translations/messages.it.json
@@ -495,7 +495,7 @@
"features": "Funzionalità",
"whatis_drive": "Organizzazione con CryptDrive",
"whatis_collaboration": "Collaborazione veloce, facile",
- "terms": "Condizioni del servizio",
+ "terms": "Termini",
"main_catch_phrase": "Il cloud Zero Knowledge",
"mdToolbar_check": "Elenco delle attività",
"mdToolbar_heading": "Titolo",
@@ -649,7 +649,6 @@
"contact_chat": "Chat",
"contact_dev": "Contatta gli sviluppatori",
"contact_admin": "Contatta gli amministratori",
- "footer_tos": "Termini",
"footer_donate": "Dona",
"footer_team": "Il team",
"footer_product": "Prodotto",
diff --git a/www/common/translations/messages.ja.json b/www/common/translations/messages.ja.json
index 6af7db642..0f293d8c3 100644
--- a/www/common/translations/messages.ja.json
+++ b/www/common/translations/messages.ja.json
@@ -128,7 +128,6 @@
"tos_title": "CryptPadサービス利用規約",
"whatis_title": "CryptPadとは?",
"topbar_whatIsCryptpad": "CryptPadとは何か",
- "footer_tos": "利用規約",
"footer_donate": "寄付",
"footer_legal": "法的情報",
"footer_aboutUs": "私たちについて",
diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json
index ebdb50194..e799fbde2 100644
--- a/www/common/translations/messages.json
+++ b/www/common/translations/messages.json
@@ -504,7 +504,7 @@
"about": "About",
"privacy": "Privacy Policy",
"contact": "Contact",
- "terms": "ToS",
+ "terms": "Terms of Service",
"blog": "Blog",
"topbar_whatIsCryptpad": "What is CryptPad",
"whatis_title": "What is CryptPad?",
@@ -653,7 +653,6 @@
"footer_team": "Contributors",
"footer_donate": "Donate",
"footer_legal": "Legal",
- "footer_tos": "Terms of Service",
"contact_admin": "Contact the administrators for: {0}",
"contact_adminHint": "For any issues related to your account, storage limit, or availability of the service.\n",
"contact_dev": "Contact the developers",
diff --git a/www/common/translations/messages.nb.json b/www/common/translations/messages.nb.json
index f341f6046..cef8a45cf 100644
--- a/www/common/translations/messages.nb.json
+++ b/www/common/translations/messages.nb.json
@@ -178,7 +178,6 @@
"footer_team": "Bidragsytere",
"footer_donate": "Doner",
"footer_legal": "Juridisk",
- "footer_tos": "Tjenestevilkår",
"contact_admin": "Kontakt administratorne",
"contact_adminHint": "For problemer med kontoen, lagringsgrenser eller tjenestetilgang.\n",
"contact_dev": "Kontakt utviklerne",
diff --git a/www/common/translations/messages.pl.json b/www/common/translations/messages.pl.json
index 03adc4915..98b4c9388 100644
--- a/www/common/translations/messages.pl.json
+++ b/www/common/translations/messages.pl.json
@@ -506,7 +506,6 @@
"contact_dev": "Skontaktuj się z twórcami",
"contact_adminHint": "W przypadku jakichkolwiek problemów związanych z kontem użytkownika, limitem pamięci lub dostępnością usługi.\n",
"contact_admin": "Skontaktuj się z administratorami",
- "footer_tos": "Warunki korzystania z usługi",
"footer_legal": "Kwestie prawne",
"footer_donate": "Przekaż darowiznę",
"footer_team": "Współpracownicy",
diff --git a/www/common/translations/messages.pt-br.json b/www/common/translations/messages.pt-br.json
index 719886688..b90f9bffa 100644
--- a/www/common/translations/messages.pt-br.json
+++ b/www/common/translations/messages.pt-br.json
@@ -207,7 +207,7 @@
"about": "About",
"privacy": "Política de privacidade",
"contact": "Contact",
- "terms": "ToS",
+ "terms": "Temos de Serviço",
"blog": "Blog",
"tos_title": "Termos de serviço do CryptPad",
"tos_legal": "Pedimos encarecidamente que, como usuário desta plataforma, você evite a prática de quaisquer atos ilegais e que evite a utilização maliciosa e/ou abusiva desta plataforma.",
@@ -824,7 +824,6 @@
"contact_dev": "Contate os desenvolvedores",
"contact_adminHint": "Para quaisquer problemas relacionados à sua conta, limite de armazenamento ou disponibilidade do serviço.\n",
"contact_admin": "Contate os administradores",
- "footer_tos": "Temos de Serviço",
"footer_legal": "Válido",
"footer_donate": "Doe",
"footer_team": "Contribuidores",
diff --git a/www/common/translations/messages.ru.json b/www/common/translations/messages.ru.json
index 3219087c4..b67150e3f 100644
--- a/www/common/translations/messages.ru.json
+++ b/www/common/translations/messages.ru.json
@@ -493,7 +493,6 @@
"settings_codeSpellcheckTitle": "Проверка правописания",
"contact_email": "Эл. почта",
"contact_chat": "Чат",
- "footer_tos": "Условия использования",
"footer_legal": "Юридическая информация",
"footer_donate": "Пожертвовать",
"footer_product": "Продукт",
@@ -685,7 +684,7 @@
"settings_ownDrivePending": "Ваш аккаунт обновляется. Пожалуйста, не закрывайте и не обновляйте страницу пока процесс не закончится.",
"settings_changePasswordHint": "Изменение пароля от аккаунта. Введите ваш текущий пароль и подтвердите новый пароль, введя его дважды.
Мы не сможем сбросить ваш пароль, если вы его забудете, будьте осторожны!",
"settings_changePasswordNewConfirm": "Подтвердите новый пароль",
- "terms": "Пользовательское соглашение",
+ "terms": "Условия использования",
"tos_availability": "Мы надеемся, что вам понравится наш сервис, но не можем гарантировать его доступность или производительность. Поэтому, пожалуйста, регулярно экспортируйте ваши данные.",
"features_f_file0": "Работа с документами",
"about": "О нас",
diff --git a/www/common/translations/messages.uk.json b/www/common/translations/messages.uk.json
index c8fb28353..1fd840e6d 100644
--- a/www/common/translations/messages.uk.json
+++ b/www/common/translations/messages.uk.json
@@ -488,7 +488,7 @@
"whatis_title": "Що таке CryptPad?",
"topbar_whatIsCryptpad": "Що таке CryptPad",
"blog": "Блог",
- "terms": "Умови",
+ "terms": "Умови надання послуг",
"contact": "Зв'язок",
"privacy": "Політика приватності",
"about": "Про застосунок",
@@ -849,7 +849,6 @@
"contact_dev": "Сконтактуйте з командою розробки",
"contact_adminHint": "Щодо будь-яких проблем з обліковим записом, просторовим обмеженням чи доступністю служби.\n",
"contact_admin": "Зв'язатися з адміністрацією",
- "footer_tos": "Умови надання послуг",
"footer_legal": "Положення",
"footer_donate": "Пожертвувати",
"footer_team": "Команда",