We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69494f7 commit 2ee4702Copy full SHA for 2ee4702
lib/l10nUtil.js
@@ -164,6 +164,7 @@ const defaultReplacements = [
164
[/Google Chrome/g, 'Brave'],
165
[/Chromium/g, 'Brave'],
166
[/Chrome/g, 'Brave'],
167
+ [/Google LLC/g, 'Brave Software Inc'],
168
[/Google/g, 'Brave'],
169
[/You're incognito/g, 'This is a private window'],
170
[/an incognito/g, 'a private'],
@@ -180,4 +181,5 @@ const defaultReplacements = [
180
181
[/Bookmarks Bar\n/g, 'Bookmarks\n'],
182
[/Bookmarks bar\n/g, 'Bookmarks\n'],
183
[/bookmarks bar\n/g, 'bookmarks\n'],
184
+ [/Copyright <ph name="(YEAR|year)">/g, 'Copyright © <ph name="$1">'],
185
]
0 commit comments