2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Fixed cancel_link helper documentation link

no issue

- The documentation was decided to be published under `/members/ ` instead of general `/api/handlebars-themes/`
This commit is contained in:
Nazar Gargol 2019-12-20 11:39:58 +07:00
parent 6ecc7d197b
commit 6896997984

View file

@ -567,7 +567,7 @@
"pathIsRequired": "The \\{\\{asset\\}\\} helper must be passed a path"
},
"cancel_link": {
"invalidData": "The \\{\\{cancel_link\\}\\} helper was used outside of a subscription context. See https://ghost.org/docs/api/handlebars-themes/helpers/cancel_link/."
"invalidData": "The \\{\\{cancel_link\\}\\} helper was used outside of a subscription context. See https://ghost.org/docs/members/cancel-link/."
},
"foreach": {
"iteratorNeeded": "Need to pass an iterator to #foreach"