Remove Firefox branding from app name in front-end

This commit is contained in:
timvisee 2020-10-15 18:48:54 +02:00
parent 505eb8c585
commit 45d5f41731
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
8 changed files with 10 additions and 10 deletions

View file

@ -30,7 +30,7 @@ module.exports = async function(req) {
locale,
capabilities: { account: false },
translate: getTranslator(locale),
title: 'Firefox Send',
title: 'Send',
description:
'Encrypt and send files with a link that automatically expires to ensure your important documents dont stay online forever.',
baseUrl: config.base_url,