Hardcode Register string since ButtonRegister has been removed from strings

This commit is contained in:
Claus Vium 2019-02-14 19:02:43 +01:00
parent 76d3fcfbb6
commit fbb793e445

View File

@ -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>