From c2b4a6535e81858de9e2c3f870e7c05f812dea89 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 143459a3..24b0aef5 100644 --- a/server/state.js +++ b/server/state.js @@ -30,7 +30,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: config.base_url,