Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/modules/User/components/AccountForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export function AccountForm() {
<Field name="currentPassword">
{(field) => (
<p className="form__field">
<label htmlFor="current password" className="form__label">
<label htmlFor="currentPassword" className="form__label">
{t('AccountForm.CurrentPassword')}
</label>
<input
Expand All @@ -172,7 +172,7 @@ export function AccountForm() {
<Field name="newPassword">
{(field) => (
<p className="form__field">
<label htmlFor="new password" className="form__label">
<label htmlFor="newPassword" className="form__label">
{t('AccountForm.NewPassword')}
</label>
<input
Expand Down