0
Fork 0
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:
Rishabh 2021-05-10 18:24:36 +05:30
parent e7f300d4d2
commit c199918465

View file

@ -310,7 +310,7 @@
"type": "string"
},
"members_free_price_description": {
"defaultValue": "Free Preview",
"defaultValue": "Free preview",
"type": "string"
}
},