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-2035: Update In-App Plus/Premium pricing #596

Merged
merged 5 commits into from Aug 17, 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

Revert to 7-day free trial string

  • Loading branch information
benstrumeyer committed Aug 13, 2020
commit 716af8a9e70fbf7fce7919a9b1a51c2916956479
@@ -2512,11 +2512,8 @@
"try_ghostery_midnight": {
"message": "Try Ghostery Midnight"
},
"seven_day_free_trial_with_ghostery_account": {
"message": "7-day free trial with Ghostery account"
},
"seven_day_free_trial_then": {
"message": "7-day free trial then $11.99/month"
"seven_day_free_trial": {
"message": "7-day free trial"
},
"spring_is_here": {
"message": "Spring is here!"
@@ -67,7 +67,7 @@ const PremiumPromoModalContent = (props) => {
</div>
<div className="PremiumPromoModal__feature">
<span className="PremiumPromoModal__checked-circle-icon" />
<div className="PremiumPromoModal__feature-text" dangerouslySetInnerHTML={{ __html: t('seven_day_free_trial_with_ghostery_account') }} />
<div className="PremiumPromoModal__feature-text" dangerouslySetInnerHTML={{ __html: t('seven_day_free_trial') }} />
</div>
</div>
</div>
ProTip! Use n and p to navigate between commits in a pull request.