🐛 Fixed broken i18n docs link on general settings screen (#958)

no issue
- Link to i18n on the general settings screen 404'd - fixed link to go to https://themes.ghost.org/docs/i18n
This commit is contained in:
Sarah Frantz 2018-02-21 15:49:57 -05:00 committed by Kevin Ansfield
parent 1c902af744
commit 2c0e4b3938
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
{{#gh-form-group errors=settings.errors hasValidated=settings.hasValidated property="defaultLocale"}}
{{gh-input settings.defaultLocale type="text" focusOut=(action "validate" "defaultLocale" target=settings) update=(action (mut settings.defaultLocale)) data-test-default-locale-input=true}}
{{gh-error-message errors=settings.errors property="defaultLocale"}}
<p>Default: English (<strong>en</strong>); you can add translation files to your theme for <a href="https://themes.ghost.org/v1.20.0/docs/i18n" target="_blank" rel="noopener">any language</a></p>
<p>Default: English (<strong>en</strong>); you can add translation files to your theme for <a href="https://themes.ghost.org/docs/i18n" target="_blank" rel="noopener">any language</a></p>
{{/gh-form-group}}
</div>
{{/liquid-if}}