From fdf4cb8f9c50e8cb6c2c169be8beb24d23db8ae4 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Tue, 20 Aug 2019 12:44:41 -0700 Subject: [PATCH] Remove string in favor of existing one on extensions page --- app/brave_generated_resources.grd | 6 +----- .../webui/settings/settings_localized_strings_provider.cc | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/app/brave_generated_resources.grd b/app/brave_generated_resources.grd index 2d9b86ab4be1..904bb94bb46e 100644 --- a/app/brave_generated_resources.grd +++ b/app/brave_generated_resources.grd @@ -443,13 +443,9 @@ By installing this extension, you are agreeing to the Google Widevine Terms of U Manage extensions - - + Get more extensions - - Open Web Store - Web Extensions Store diff --git a/chromium_src/chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc b/chromium_src/chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc index df8be4eb54be..0c067d8834bf 100644 --- a/chromium_src/chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc +++ b/chromium_src/chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc @@ -149,9 +149,9 @@ void BraveAddCommonStrings(content::WebUIDataSource* html_source, {"manageExtensionsLabel", IDS_SETTINGS_MANAGE_EXTENSIONS_LABEL}, {"getMoreExtensionsLabel", - IDS_SETTINGS_GET_MORE_EXTENSIONS_LABEL}, + IDS_BRAVE_SETTINGS_GET_MORE_EXTENSIONS_LABEL}, {"getMoreExtensionsSubLabel", - IDS_SETTINGS_GET_MORE_EXTENSIONS_SUBLABEL} + IDS_EXTENSIONS_SIDEBAR_OPEN_CHROME_WEB_STORE} }; AddLocalizedStringsBulk(html_source, localized_strings, base::size(localized_strings));