Skip to content

Commit

Permalink
Merge pull request #9411 from brave/fix_safe_browing_label
Browse files Browse the repository at this point in the history
Modify safe browsing label
  • Loading branch information
simonhong authored Apr 27, 2020
2 parents 64c4e2a + a27ed2d commit 441a813
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 @@ -258,4 +258,6 @@ const fixupReplacements = [
[/Brave Drive/g, 'Google Drive'],
[/Brave OS/g, 'Chrome OS'],
[/Brave Safe Browsing/g, 'Google Safe Browsing'],
[/Safe Browsing \(protects you and your device from dangerous sites\)/g, 'Google Safe Browsing \(protects you and your device from dangerous sites\)'],
[/Sends URLs of some pages you visit to Brave/g, 'Sends URLs of some pages you visit to Google']
]

0 comments on commit 441a813

Please sign in to comment.