mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
🐛 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:
parent
75aa3d1186
commit
965e9700a0
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user