mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-30 22:13:32 +03:00
Pull request 2381: 7729-login-label
Closes #7729. Squashed commit of the following: commit 110137ce9a958cc4e36d82d4c6fc38c4ec16bde7 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Mar 25 15:50:25 2025 +0300 client: fix login form labels
This commit is contained in:
parent
fd337967f4
commit
810ae94832
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ const Form = ({ onSubmit, processing }: LoginFormProps) => {
|
|||
{...field}
|
||||
data-testid="password"
|
||||
type="password"
|
||||
label={t('username_label')}
|
||||
label={t('password_label')}
|
||||
placeholder={t('password_placeholder')}
|
||||
error={fieldState.error?.message}
|
||||
autoComplete="current-password"
|
||||
|
|
Loading…
Add table
Reference in a new issue