🐛 Fixed link to translation information in general settings (#16804)

closes https://github.com/TryGhost/Team/issues/3212

The link in the description for the publication language setting in
general settings was pointing to an outdated page
(https://ghost.org/docs/i18n/). This fix updates the link to point at
https://ghost.org/docs/faq/translation/
This commit is contained in:
Michael Barrett 2023-05-16 12:03:21 +01:00 committed by GitHub
parent 75aa3d1186
commit 965e9700a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@
data-test-input="locale"
/>
<GhErrorMessage @errors={{this.settings.errors}} @property="locale" />
<p>Default: English (<strong>en</strong>); find out more about <a href="https://ghost.org/docs/i18n/" target="_blank" rel="noopener noreferrer">using Ghost in other languages</a></p>
<p>Default: English (<strong>en</strong>); find out more about <a href="https://ghost.org/docs/faq/translation/" target="_blank" rel="noopener noreferrer">using Ghost in other languages</a></p>
</GhFormGroup>
</div>
{{/liquid-if}}