From 10a97b5f00c9888ca550e36de72a8c317819df87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 23 Oct 2020 18:11:59 +0100 Subject: [PATCH] Remove Github link from host text --- customize.dist/pages/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/pages/index.js b/customize.dist/pages/index.js index a69ffab6d..6b67209b9 100644 --- a/customize.dist/pages/index.js +++ b/customize.dist/pages/index.js @@ -112,7 +112,7 @@ define([ Msg.home_privacy_title = "Private by design"; // XXX Msg.home_privacy_text = "CryptPad is built to enable collaboration while keeping data private. All information including documents, chats, and files is encrypted and decrypted by your browser. This means nothing is readable outside of the session where you are logged in. Even the service administrators do not have access to your information."; // XXX Msg.home_host_title = "About this instance"; // XXX - // XXX adjust Msg.home_host, remove link to Github + Msg.home_host = "This is an independent community instance of CryptPad." // XXX existing key Msg.home_opensource_title = "Open Source"; // XXX Msg.home_opensource = 'Anyone can host CryptPad and offer the service in a personal or professional capacity. The source code is available on Github.'; // XXX Msg.home_support_title = "Support CryptPad"; // XXX @@ -134,7 +134,7 @@ define([ h('div.row.cp-index-section', h('div.col-sm-12', [ h('h2', Msg.home_host_title), - Pages.setHTML(h('p'), Msg.home_host) // XXX remove link and .setHTML from this key + h('p'), Msg.home_host ]) ), h('div.row.cp-index-section', [