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 committed Apr 27, 2020
1 parent d0f75ad commit 140d85d
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 140d85d

Please sign in to comment.