From 140d85ddf6c3983819ff7707b763792761f95916 Mon Sep 17 00:00:00 2001 From: Simon Hong Date: Mon, 27 Apr 2020 09:00:21 +0900 Subject: [PATCH] Merge pull request #9411 from brave/fix_safe_browing_label Modify safe browsing label --- lib/l10nUtil.js | 2 ++ 1 file changed, 2 insertions(+) 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'] ]