mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Hardcode Register string since ButtonRegister has been removed from strings
This commit is contained in:
parent
76d3fcfbb6
commit
fbb793e445
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
|||
<div class="inputContainer">
|
||||
<input is="emby-input" type="text" id="txtOpenSubtitleUsername" autocomplete="off" label="${LabelOpenSubtitlesUsername}" />
|
||||
<div class="fieldDescription">
|
||||
<a is="emby-linkbutton" class="button-link" target="_blank" href="http://www.opensubtitles.org/">${ButtonRegister}</a>
|
||||
<!-- TODO missing ${ButtonRegister} -->
|
||||
<a is="emby-linkbutton" class="button-link" target="_blank" href="http://www.opensubtitles.org/">Register</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue