Skip to content

Commit

Permalink
Use "Brave Authors" in copyright statements (fixes #6883)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Nov 14, 2019
1 parent 7352073 commit 02a479b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/l10nUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ const defaultReplacements = [
[/Automatically send usage statistics and crash reports to Google/g, 'Automatically send crash reports to Google'],
[/Automatically sends usage statistics and crash reports to Google/g, 'Automatically sends crash reports to Google'],
[/Chrome Web Store/g, 'Web Store'],
[/The Chromium Authors/g, 'Brave Software Inc'],
[/The Chromium Authors\n/g, 'Brave Software Inc\n'],
[/The Chromium Authors. All rights reserved./g, 'The Brave Authors. All rights reserved.'],
[/Google Chrome/g, 'Brave'],
[/Chromium/g, 'Brave'],
[/Chrome/g, 'Brave'],
Expand Down

0 comments on commit 02a479b

Please sign in to comment.