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-2191: Update purple box text to tracker tally #627

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

Always

Just for now

Remove strings that were no longer being used

  • Loading branch information
leuryr committed Oct 27, 2020
commit 9e0f9c1bc5e264515c9c3938a50e8bbeb1e72d25
@@ -190,12 +190,6 @@
}
}
},
"box_hide": {
"message": "Hide Tally"
},
"box_hide_expanded": {
"message": "Hide Tracker-Tally"
},
"box_looking": {
"message": "Looking"
},
@@ -68,10 +68,8 @@ class PurpleBox {
box_warning_slow: t('box_warning_slow'),
box_warning_nonsecure: t('box_warning_nonsecure'),
tracker: t('box_tracker'),
hide: t('box_hide'),
settings: t('box_settings'),
options_expanded: t('box_options_expanded'),
hide_expanded: t('box_hide_expanded'),
settings_expanded: t('box_settings_expanded'),
box_dismiss_0s: t('box_dismiss_0s'),
box_dismiss_5s: t('box_dismiss_5s'),
ProTip! Use n and p to navigate between commits in a pull request.