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
8 changed files with 10 additions and 10 deletions

View File

@@ -267,7 +267,7 @@ module.exports = function(state, emit, archive) {
try {
await navigator.share({
title: state.translate('-send-brand'),
text: `Download "${archive.name}" with Firefox Send: simple, safe file sharing`,
text: `Download "${archive.name}" with Send: simple, safe file sharing`,
//state.translate('shareMessage', { name }),
url: archive.url
});