Skip to content

Commit

Permalink
Merge pull request brave#22253 from brave/delete_unused_strings
Browse files Browse the repository at this point in the history
Deleted unused strings
  • Loading branch information
bsclifton authored Feb 23, 2024
2 parents f14b2c2 + 1c433f2 commit 34cc5d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions app/brave_generated_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -1026,9 +1026,6 @@ Or change later at <ph name="SETTINGS_EXTENIONS_LINK">$2<ex>brave://settings/ext
<message name="IDS_SETTINGS_VPN_PAGE_SUBLABEL_VPN_CONNECTED" desc="Title of the WireGuard sub label on the vpn settings page when brave vpn connected">
This setting cannot be changed while Brave VPN is connected.
</message>
<message name="IDS_SETTINGS_VPN_PAGE_SUBLABEL_VPN_DISCONNECTED" desc="Title of the WireGuard sub label on the vpn settings page when brave vpn connected">
Requires browser restart.
</message>
<message name="IDS_SETTINGS_SHOW_VPN_BUTTON" desc="The label for showing vpn button in the toolbar">
Show VPN button
</message>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ void BraveAddCommonStrings(content::WebUIDataSource* html_source,
{"vpnPageTitle", IDS_SETTINGS_VPN_PAGE_TITLE},
{"useWireguardLabel", IDS_SETTINGS_VPN_PAGE_USE_WIREGUARD_TITLE},
{"sublabelVpnConnected", IDS_SETTINGS_VPN_PAGE_SUBLABEL_VPN_CONNECTED},
{"sublabelVpnDisconnected",
IDS_SETTINGS_VPN_PAGE_SUBLABEL_VPN_DISCONNECTED},
#endif
#if BUILDFLAG(IS_MAC)
{"showToolbarInFullScreen", IDS_SHOW_TOOLBAR_IN_FULL_SCREEN},
Expand Down

0 comments on commit 34cc5d6

Please sign in to comment.