Skip to content

Commit

Permalink
Add missing copyright symbol (fixes #4990)
Browse files Browse the repository at this point in the history
This also fixes a "Brave LLC" string in the copyright notice.
  • Loading branch information
fmarier committed Nov 14, 2019
1 parent 475ee3d commit 0ba9a38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/l10nUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ const defaultReplacements = [
[/Google Chrome/g, 'Brave'],
[/Chromium/g, 'Brave'],
[/Chrome/g, 'Brave'],
[/Google LLC/g, 'Brave Software Inc'],
[/Google/g, 'Brave'],
[/You're incognito/g, 'This is a private window'],
[/an incognito/g, 'a private'],
Expand All @@ -180,4 +181,5 @@ const defaultReplacements = [
[/Bookmarks Bar\n/g, 'Bookmarks\n'],
[/Bookmarks bar\n/g, 'Bookmarks\n'],
[/bookmarks bar\n/g, 'bookmarks\n'],
[/Copyright <ph name="(YEAR|year)">/g, 'Copyright © <ph name="$1">'],
]

0 comments on commit 0ba9a38

Please sign in to comment.