Skip to content

Commit

Permalink
Update webauthn.html
Browse files Browse the repository at this point in the history
  • Loading branch information
orangesunny authored Aug 8, 2024
1 parent 3209085 commit ef07e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weblate/templates/accounts/webauthn.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<span id="passkey-verification-placeholder"></span>

<template id="passkey-verification-available-template">
<button type="button" class="btn btn-primary" id="passkey-verification-button">{% trans "Sign in using security key" %}</button>
<button type="button" class="btn btn-primary" id="passkey-verification-button">{% trans "Sign in using the security key" %}</button>
<div id="passkey-verification-status-message"></div>
</template>

<template id="passkey-verification-unavailable-template">
<p>{% trans "Unfortunately your browser has no WebAuthn support." %}</p>
<p>{% trans "Unfortunately, your browser has no WebAuthn support." %}</p>
</template>

{% render_otp_webauthn_auth_scripts %}

0 comments on commit ef07e8f

Please sign in to comment.