From e9032bba01b2f55e7057ce31eb5d4e3a275b0e7e Mon Sep 17 00:00:00 2001 From: Christian Pierre MOMON Date: Fri, 27 Dec 2019 17:45:49 +0100 Subject: [PATCH] Fixed title page (#4137). --- server/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/state.js b/server/state.js index ac05b3f9..a1201a58 100644 --- a/server/state.js +++ b/server/state.js @@ -31,7 +31,7 @@ module.exports = async function(req) { locale, capabilities: { account: false }, translate: getTranslator(locale), - title: 'Send', + title: 'DropChaprilOrg', description: 'Encrypt and send files with a link that automatically expires to ensure your important documents don’t stay online forever.', baseUrl,