Skip to content

Commit

Permalink
Merge pull request #9479 from brave/fix_safe_browing_label_1_8
Browse files Browse the repository at this point in the history
Fix safe browsing label (uplift to 1.8)
  • Loading branch information
kjozwiak authored Apr 30, 2020
2 parents 455706a + 887cbb3 commit 9cbc3a3
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 9cbc3a3

Please sign in to comment.