Skip to content
Snippets Groups Projects
Verified Commit 16001418 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

fix: move label to translations

parent 78c93bc6
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,9 @@ ...@@ -38,6 +38,9 @@
"u2fNotWorking": { "u2fNotWorking": {
"en": "U2F is currently not working." "en": "U2F is currently not working."
}, },
"alternate_login_options": {
"en": "Alternate login options:"
},
"tryAgain": { "tryAgain": {
"en": "Try Again" "en": "Try Again"
} }
......
...@@ -242,7 +242,7 @@ if ($this->data['errorCode'] !== NULL) ...@@ -242,7 +242,7 @@ if ($this->data['errorCode'] !== NULL)
</div> <!-- form-panel --> </div> <!-- form-panel -->
<div id="AlternateLoginOptions" class="groupMargin"> <div id="AlternateLoginOptions" class="groupMargin">
<h3><label>Alternate login options:</label></h3> <h3><label><?php echo $this->t('{privacyidea:privacyidea:alternate_login_options}'); ?></label></h3>
<!-- Alternate Login Options--> <!-- Alternate Login Options-->
<input id="useWebAuthnButton" name="useWebAuthnButton" type="button" value="WebAuthn"/> <input id="useWebAuthnButton" name="useWebAuthnButton" type="button" value="WebAuthn"/>
<input id="usePushButton" name="usePushButton" type="button" value="Push"/> <input id="usePushButton" name="usePushButton" type="button" value="Push"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment