Remove Firefox branding from app name in front-end
This commit is contained in:
parent
505eb8c585
commit
45d5f41731
8 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue