diff --git a/app/extensions/brave/about-newtab.html b/app/extensions/brave/about-newtab.html index c8dca09f036..1faebf64063 100644 --- a/app/extensions/brave/about-newtab.html +++ b/app/extensions/brave/about-newtab.html @@ -17,6 +17,7 @@ +
diff --git a/app/extensions/brave/locales/en-US/newtab.properties b/app/extensions/brave/locales/en-US/newtab.properties index 3a414dd1d14..306c14d33d9 100644 --- a/app/extensions/brave/locales/en-US/newtab.properties +++ b/app/extensions/brave/locales/en-US/newtab.properties @@ -25,7 +25,7 @@ preferencesPage.title=Go to Preferences page privateTabsMore=More about private tabs privateTabText1=Whether or not you use Tor, private tabs are not logged in page history or counted in Brave Payments calculations. Private tabs and their cookies always vanish when the browser is closed. privateTabText2=If you use private tabs without Tor, the sites you visit will be visible to your ISP or your employer. You won’t be anonymous, and sites will learn your public IP address. -privateTabText3=With Tor, Brave works hard to ensure that you’re extremely difficult to track online while providing a delightful browsing experience. But if your personal safety depends on remaining anonymous you may wish to use the Tor Browser from https://torproject.org instead. +privateTabText3=With Tor, Brave works hard to ensure that you’re extremely difficult to track online while providing a delightful browsing experience. But if your personal safety depends on remaining anonymous you may wish to use the Tor Browser from https://torproject.org/ instead. privateTabTitle=This is a Private Tab privateTabTorTitle=Make private tabs much more private with privateTabTorText1=Tor hides your IP address from the sites you visit, and hides the sites you visit from your ISP or your employer. Tor can slow down browsing. Some sites treat anonymous users differently, or might not work at all. Some sites might even ask you to prove you’re human. diff --git a/js/about/newprivatetab.js b/js/about/newprivatetab.js index 9fa794eec6d..ae38baf2602 100644 --- a/js/about/newprivatetab.js +++ b/js/about/newprivatetab.js @@ -40,6 +40,7 @@ class NewPrivateTab extends React.Component { onClickTorTitle () { const newSettingValue = !this.props.newTabData.getIn(torEnabled) aboutActions.changeSetting(settings.USE_TOR_PRIVATE_TABS, newSettingValue) + aboutActions.recreateTorTab(newSettingValue) } render () { @@ -81,11 +82,12 @@ class NewPrivateTab extends React.Component {
Tor logo -

+

- Tor + Tor

+