Skip to content

Commit

Permalink
Merge pull request #861 from pano9000/chore_fix-typo_protected-sessio…
Browse files Browse the repository at this point in the history
…n-password

chore: fix typo in protected_session_password dialog
  • Loading branch information
eliandoran authored Dec 29, 2024
2 parents 2daa14b + c695fcf commit 794750c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 794750c

Please sign in to comment.