Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2178: Update Anti-suite names where they appear in GBE #614

Closed
wants to merge 16 commits into from
Closed
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Smart Browsing -> Smart-Browsing, add a dash

  • Loading branch information
benstrumeyer committed Oct 27, 2020
commit 4afc08d8e9c99a147f93836a1be180962d073023
@@ -675,10 +675,10 @@
"message": "Tracker is slow"
},
"panel_tracker_warning_smartbrowse_tooltip": {
"message": "Tracker blocked by Smart Browsing"
"message": "Tracker blocked by Smart-Browsing"
},
"panel_tracker_warning_smartunblock_tooltip": {
"message": "Tracker unblocked by Smart Browsing"
"message": "Tracker unblocked by Smart-Browsing"
},
"panel_tracker_block_tooltip": {
"message": "Block on all sites"
@@ -1146,10 +1146,10 @@
"message": "Ad-Blocking OFF. Advertisements will not be blocked."
},
"alert_smart_browse_on": {
"message": "Smart Browsing ON. Tracker blocking will be adjusted to optimize page performance."
"message": "Smart-Browsing ON. Tracker blocking will be adjusted to optimize page performance."
},
"alert_smart_browse_off": {
"message": "Smart Browsing OFF. Tracker blocking will not be automatically adjusted."
"message": "Smart-Browsing OFF. Tracker blocking will not be automatically adjusted."
},
"alert_reload": {
"message": "Reload to see changes."
@@ -2465,7 +2465,7 @@
"message": "Ad-Blocking"
},
"smart_browsing": {
"message": "Smart Browsing"
"message": "Smart-Browsing"
},
"smart_browsing_DESC": {
"message": "Automatically block and unblock trackers to optimize page performance."
@@ -63,7 +63,7 @@
background-image: buildAdBlockActiveIcon(#1dafed);
}

// Smart Browsing Icon
// Smart-Browsing Icon
.SetupAntiSuite__feature .smart-browsing {
background-image: buildSmartBrowsingIcon(#9f9f9f);
}
ProTip! Use n and p to navigate between commits in a pull request.