mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Updated free price default description
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
e7f300d4d2
commit
c199918465
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@
|
|||
"type": "string"
|
||||
},
|
||||
"members_free_price_description": {
|
||||
"defaultValue": "Free Preview",
|
||||
"defaultValue": "Free preview",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue