0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Updated default free price fixture

refs https://github.com/TryGhost/Team/issues/648

We use sentence case everywhere for labels, the default description for free price should be the same
This commit is contained in:
Rishabh 2021-05-10 18:23:58 +05:30 committed by Rishabh Garg
parent bc79df66e8
commit 1ca383df5d

View file

@ -111,7 +111,7 @@ export const site = {
allow_self_signup: true,
members_signup_access: 'all',
free_price_name: 'Free',
free_price_description: 'Free Preview',
free_price_description: 'Free preview',
is_stripe_configured: true,
portal_button: true,
portal_name: true,