Skip to content

Commit 03a358b

Browse files
committed
Add missing copyright symbol (fixes #4990)
This also fixes a "Brave LLC" string in the copyright notice.
1 parent 0631398 commit 03a358b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/l10nUtil.js

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ const defaultReplacements = [
156156
[/Google Chrome/g, 'Brave'],
157157
[/Chromium/g, 'Brave'],
158158
[/Chrome/g, 'Brave'],
159+
[/Google LLC/g, 'Brave Software Inc'],
159160
[/Google/g, 'Brave'],
160161
[/You're incognito/g, 'This is a private window'],
161162
[/an incognito/g, 'a private'],
@@ -172,4 +173,5 @@ const defaultReplacements = [
172173
[/Bookmarks Bar\n/g, 'Bookmarks\n'],
173174
[/Bookmarks bar\n/g, 'Bookmarks\n'],
174175
[/bookmarks bar\n/g, 'bookmarks\n'],
176+
[/Copyright <ph name="(YEAR|year)">/g, 'Copyright © <ph name="$1">'],
175177
]

0 commit comments

Comments
 (0)