Change modal text; add link to model's repo to localization files (#57)

This commit is contained in:
JP
2017-11-09 15:54:12 +01:00
committed by Khaled Garbaya
parent 8c6a0636ef
commit b0a2e9942e
2 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
{
"defaultTitle": "The Example App",
"whatIsThisApp": "Help",
"metaDescription": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
"metaTwitterCard": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
"metaImageAlt": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
"metaImageDescription": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
"metaDescription": "This is \"The Example App\", a reference for building your own applications using Contentful.",
"metaTwitterCard": "This is \"The Example App\", a reference for building your own applications using Contentful.",
"metaImageAlt": "This is \"The Example App\", a reference for building your own applications using Contentful.",
"metaImageDescription": "This is \"The Example App\", a reference for building your own applications using Contentful.",
"viewOnGithub": "GitHub",
"apiSwitcherHelp": "View the published or draft content by simply switching between the Deliver and Preview APIs.",
"contentDeliveryApiLabel": "Content Delivery API",

View File

@@ -136,7 +136,7 @@ html
| .
p
| #{translate('modalSpaceIntro', currentLocale.code)} 
a(href='https://github.com/contentful/content-models/blob/master/the-example-app/README.md ' target='_blank' rel='noopener')=translate('modalSpaceLinkLabel', currentLocale.code)
a(href='https://github.com/contentful/content-models/tree/master/the-example-app' target='_blank' rel='noopener')=translate('modalSpaceLinkLabel', currentLocale.code)
| .
.modal__cta-wrapper
a(href='#').modal__cta.close #{translate('modalCTALabel', currentLocale.code)}