mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue