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

(8.5.4) GH-2178: Update Anti-suite user-facing feature names #626

Merged
merged 1 commit into from Oct 27, 2020
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -675,10 +675,10 @@
"message": "Tracker is slow"
},
"panel_tracker_warning_smartblock_tooltip": {
"message": "Tracker blocked by Smart Blocking"
"message": "Tracker blocked by Smart-Browsing"
},
"panel_tracker_warning_smartunblock_tooltip": {
"message": "Tracker unblocked by Smart Blocking"
"message": "Tracker unblocked by Smart-Browsing"
},
"panel_tracker_block_tooltip": {
"message": "Block on all sites"
@@ -807,10 +807,10 @@
"message": "This site is already whitelisted."
},
"settings_adblocker": {
"message": "Ad Block Lists"
"message": "Ad-Block Lists"
},
"settings_adblocker_lists": {
"message": "Load the following Ad Block filter lists:"
"message": "Load the following ad-block filter lists:"
},
"settings_adblocker_list_1": {
"message": "Ads only"
@@ -1065,7 +1065,7 @@
"message": "Requests Modified:"
},
"requests_modified_tooltip": {
"message": "Total number of tracking requests & elements modified by Anti-Tracking and Ad Blocking"
"message": "Total number of tracking requests & elements modified by Anti-Tracking and Ad-Blocking"
},
"trackers_blocked": {
"message": "Trackers Blocked:"
@@ -1134,22 +1134,22 @@
"message": "Ghostery extension has been resumed."
},
"alert_anti_track_on": {
"message": "Enhanced Anti-Tracking ON. Personal data will be anonymized."
"message": "Anti-Tracking ON. Personal data will be anonymized."
},
"alert_anti_track_off": {
"message": "Enhanced Anti-Tracking OFF. Personal data will not be anonymized."
"message": "Anti-Tracking OFF. Personal data will not be anonymized."
},
"alert_ad_block_on": {
"message": "Enhanced Ad-Blocking ON. Advertisements will be blocked."
"message": "Ad-Blocking ON. Advertisements will be blocked."
},
"alert_ad_block_off": {
"message": "Enhanced Ad-Blocking OFF. Advertisements will not be blocked."
"message": "Ad-Blocking OFF. Advertisements will not be blocked."
},
"alert_smart_block_on": {
"message": "Smart Blocking 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_block_off": {
"message": "Smart Blocking 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."
@@ -2151,7 +2151,7 @@
"message": "ghostery rewards"
},
"enhanced_anti_tracking": {
"message": "Enhanced Anti-Tracking"
"message": "Anti-Tracking"
},
"panel_rewards_view__reward": {
"message": "Reward"
@@ -2462,10 +2462,10 @@
"message": "Off"
},
"enhanced_ad_blocking": {
"message": "Enhanced Ad Blocking"
"message": "Ad-Blocking"
},
"smart_blocking": {
"message": "Smart Blocking"
"message": "Smart-Browsing"
},
"smart_blocking_DESC": {
"message": "Automatically block and unblock trackers to optimize page performance."
@@ -55,15 +55,15 @@
background-image: buildAntiTrackingActiveIcon(#1dafed);
}

// Ad Block Icon
// Ad-Blocking Icon
.SetupAntiSuite__feature .ad-block {
background-image: buildAdBlockIcon(#9f9f9f);
}
.SetupAntiSuite__feature .ad-block.active {
background-image: buildAdBlockActiveIcon(#1dafed);
}

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