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-2038 Update Plus Feature List #540

Merged
merged 3 commits into from May 22, 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

Next

Change the bullet point in Subscription Details panel from dark blue …

…theme to custom themes
  • Loading branch information
benstrumeyer committed Apr 30, 2020
commit 1d9f248b26d5b2ea42fbb085bf6fc56843f66332
@@ -2307,6 +2307,9 @@
"learn_more": {
"message": "Learn More"
},
"custom_themes": {
"message": "Custom Themes"
},
"historical_stats": {
"message": "Historical Stats"
},
@@ -74,7 +74,7 @@ const SubscriptionInfo = (props) => {
</div>
<div className="list-row">
<ul>
<li className="list-item">{t('subscription_dark_blue_theme')}</li>
<li className="list-item">{t('custom_themes')}</li>
<li className="list-item">{t('historical_stats')}</li>
<li className="list-item">{t('priority_support')}</li>
</ul>
ProTip! Use n and p to navigate between commits in a pull request.