app: Fix typos that broke accessibility labels

This commit is contained in:
Mesar Hameed
2023-06-18 16:08:54 +01:00
committed by GitHub
parent 19b4fd520a
commit 6ef229f3d0

View File

@@ -234,7 +234,7 @@ impl Component for CreateUserForm {
</div>
</div>
<div class="form-group row mb-3">
<label for="display-name"
<label for="display_name"
class="form-label col-4 col-form-label">
{"Display name:"}
</label>
@@ -253,7 +253,7 @@ impl Component for CreateUserForm {
</div>
</div>
<div class="form-group row mb-3">
<label for="first-name"
<label for="first_name"
class="form-label col-4 col-form-label">
{"First name:"}
</label>
@@ -272,7 +272,7 @@ impl Component for CreateUserForm {
</div>
</div>
<div class="form-group row mb-3">
<label for="last-name"
<label for="last_name"
class="form-label col-4 col-form-label">
{"Last name:"}
</label>