We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78c8af commit a722ec5Copy full SHA for a722ec5
1 file changed
client/modules/User/components/AccountForm.tsx
@@ -144,7 +144,7 @@ export function AccountForm() {
144
<Field name="currentPassword">
145
{(field) => (
146
<p className="form__field">
147
- <label htmlFor="current password" className="form__label">
+ <label htmlFor="currentPassword" className="form__label">
148
{t('AccountForm.CurrentPassword')}
149
</label>
150
<input
@@ -166,7 +166,7 @@ export function AccountForm() {
166
<Field name="newPassword">
167
168
169
- <label htmlFor="new password" className="form__label">
+ <label htmlFor="newPassword" className="form__label">
170
{t('AccountForm.NewPassword')}
171
172
0 commit comments