We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0631398 commit 03a358bCopy full SHA for 03a358b
lib/l10nUtil.js
@@ -156,6 +156,7 @@ const defaultReplacements = [
156
[/Google Chrome/g, 'Brave'],
157
[/Chromium/g, 'Brave'],
158
[/Chrome/g, 'Brave'],
159
+ [/Google LLC/g, 'Brave Software Inc'],
160
[/Google/g, 'Brave'],
161
[/You're incognito/g, 'This is a private window'],
162
[/an incognito/g, 'a private'],
@@ -172,4 +173,5 @@ const defaultReplacements = [
172
173
[/Bookmarks Bar\n/g, 'Bookmarks\n'],
174
[/Bookmarks bar\n/g, 'Bookmarks\n'],
175
[/bookmarks bar\n/g, 'bookmarks\n'],
176
+ [/Copyright <ph name="(YEAR|year)">/g, 'Copyright © <ph name="$1">'],
177
]
0 commit comments