From 7537caf8fea9ad7d455fc9e97c57ac83cb3b5e37 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 16 Aug 2017 10:51:08 +0200 Subject: [PATCH] make footer translateable --- customize.dist/pages.js | 4 +++- customize.dist/translations/messages.js | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 1ae3dbf0f..b6cf5df37 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -46,7 +46,9 @@ define([ h('div.container', [ h('div.row', [ footerCol(null, [ - setHTML(h('div.cp-bio-foot'), '

With CryptPad, you can make quick collaborative documents for taking notes and writing down ideas together.

'), + h('div.cp-bio-foot', [ + h('p', Msg.main_footerText) + ]) ], ''), /* footerCol(null, [ footLink('/about.html', 'about'), diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 34c1f2d5e..262f9890c 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -545,6 +545,7 @@ define(function () { out.main_whiteboardPad = 'Whiteboard'; out.main_localPads = 'Local Pads'; out.main_yourCryptDrive = 'Your CryptDrive'; + out.main_footerText = "With CryptPad, you can make quick collaborative documents for taking notes and writing down ideas together."; out.footer_applications = "Applications"; out.footer_contact = "Contact";