Skip to content

Commit 0ba9a38

Browse files
committed
Add missing copyright symbol (fixes #4990)
This also fixes a "Brave LLC" string in the copyright notice.
1 parent 475ee3d commit 0ba9a38

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
@@ -164,6 +164,7 @@ const defaultReplacements = [
164164
[/Google Chrome/g, 'Brave'],
165165
[/Chromium/g, 'Brave'],
166166
[/Chrome/g, 'Brave'],
167+
[/Google LLC/g, 'Brave Software Inc'],
167168
[/Google/g, 'Brave'],
168169
[/You're incognito/g, 'This is a private window'],
169170
[/an incognito/g, 'a private'],
@@ -180,4 +181,5 @@ const defaultReplacements = [
180181
[/Bookmarks Bar\n/g, 'Bookmarks\n'],
181182
[/Bookmarks bar\n/g, 'Bookmarks\n'],
182183
[/bookmarks bar\n/g, 'bookmarks\n'],
184+
[/Copyright <ph name="(YEAR|year)">/g, 'Copyright © <ph name="$1">'],
183185
]

0 commit comments

Comments
 (0)