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-2264, GH-2309: Choose plan view fixes #700

Merged
merged 5 commits into from Mar 23, 2021

Add warning comment to ChoosePlanView#renderSubtitleText

  • Loading branch information
wlycdgr committed Mar 23, 2021
commit 9561099f63106991fef7dcbd121e7071ae3de73a
@@ -174,6 +174,7 @@ class ChoosePlanView extends React.Component {
};

renderSubtitleText = (selectedGhosteryGlow) => {
// Note that the order matters!
if (this.isPremiumUser()) return '';
if (this.isPlusUser()) return t('ghostery_dawn_onboarding_keep_your_current_plan_or_upgrade');
if (selectedGhosteryGlow) return t('ghostery_dawn_onboarding_based_on_your_privacy_preferences');
ProTip! Use n and p to navigate between commits in a pull request.