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

@@ -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)}