1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #175 from anthonylavado/link-fix

Update the translation help link
This commit is contained in:
Vasily 2019-03-12 22:29:39 +03:00 committed by GitHub
commit e08d7256a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
<div class="fieldDescription">
<div>${LabelPreferredDisplayLanguageHelp}</div>
<div style="margin-top: .25em;">
<a is="emby-linkbutton" class="button-link" href="https://jellyfin.readthedocs.io/en/latest/developer-docs/contributing/" target="_blank">${LabelReadHowYouCanContribute}</a>
<a is="emby-linkbutton" class="button-link" href="https://jellyfin.readthedocs.io/en/latest/contributor-docs/contributing/" target="_blank">${LabelReadHowYouCanContribute}</a>
</div>
</div>
</div>