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:
parent
bc79df66e8
commit
1ca383df5d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue