diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index b469dcb9b..da66b0976 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2306,10 +2306,6 @@ define([ // TODO link to the most recent changelog/release notes // https://github.com/xwiki-labs/cryptpad/releases/latest/ ? - Messages.info_imprintFlavour = "Legally mandated information about this service's operators can be found here."; // XXX - Messages.info_privacyFlavour = "Our privacy policy describes how we treat your data."; // XXX - Messages.info_faqFlavour = "Consult our FAQ for answers to common questions."; // XXX - var template = function (line, link) { if (!line || !link) { return; } var p = $('

').html(line)[0]; @@ -2331,7 +2327,7 @@ define([ var legalLine = template(Messages.info_imprintFlavour, Pages.imprintLink); var privacyLine = template(Messages.info_privacyFlavour, Pages.privacyLink); - var faqLine = template(Messages.info_faqFlavour, Pages.faqLink); + var faqLine = template(Messages.help.generic.more, Pages.faqLink); var content = h('div.cp-info-menu-container', [ h('h6', Pages.versionString), @@ -2494,7 +2490,6 @@ define([ }, }); } - Messages.user_about = 'About CryptPad'; // XXX options.push({ tag: 'a', attributes: {