From b0a2e9942e3979888305861e2b75d1ea7fe0abff Mon Sep 17 00:00:00 2001 From: JP Date: Thu, 9 Nov 2017 15:54:12 +0100 Subject: [PATCH] Change modal text; add link to model's repo to localization files (#57) --- i18n/locales/en-US.json | 8 ++++---- views/layout.pug | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/i18n/locales/en-US.json b/i18n/locales/en-US.json index 279e21e..f785f69 100644 --- a/i18n/locales/en-US.json +++ b/i18n/locales/en-US.json @@ -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", diff --git a/views/layout.pug b/views/layout.pug index 1ed85f7..351f56b 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -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)}