Merge pull request #861 from pano9000/chore_fix-typo_protected-session-password

chore: fix typo in protected_session_password dialog
This commit is contained in:
Elian Doran 2024-12-29 12:57:12 +02:00 committed by GitHub
commit 794750c91a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ const TPL = `
</div>
<form class="protected-session-password-form">
<div class="modal-body">
<label for="protected-session-password" class="col-form-label">${t("protected_session_password.form_label")}asbd</label>
<label for="protected-session-password" class="col-form-label">${t("protected_session_password.form_label")}</label>
<input id="protected-session-password" class="form-control protected-session-password" type="password">
</div>
<div class="modal-footer">