diff --git a/lib/l10nUtil.js b/lib/l10nUtil.js index a635f513149e..0c5366ffab60 100644 --- a/lib/l10nUtil.js +++ b/lib/l10nUtil.js @@ -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'] ]