diff --git a/playwright/snapshots/register/register.spec.ts/registration-linux.png b/playwright/snapshots/register/register.spec.ts/registration-linux.png index 28f9cab795..d5462f30af 100644 Binary files a/playwright/snapshots/register/register.spec.ts/registration-linux.png and b/playwright/snapshots/register/register.spec.ts/registration-linux.png differ diff --git a/src/components/views/auth/PasswordLogin.tsx b/src/components/views/auth/PasswordLogin.tsx index 6f1635e179..951262d2a2 100644 --- a/src/components/views/auth/PasswordLogin.tsx +++ b/src/components/views/auth/PasswordLogin.tsx @@ -310,7 +310,7 @@ export default class PasswordLogin extends React.PureComponent { key="username_input" type="text" label={_t("common|username")} - placeholder={_t("common|username").toLocaleLowerCase()} + placeholder={_t("common|username")} value={this.props.username} onChange={this.onUsernameChanged} onBlur={this.onUsernameBlur} diff --git a/src/components/views/auth/RegistrationForm.tsx b/src/components/views/auth/RegistrationForm.tsx index 8c17216348..6709b07885 100644 --- a/src/components/views/auth/RegistrationForm.tsx +++ b/src/components/views/auth/RegistrationForm.tsx @@ -530,7 +530,7 @@ export default class RegistrationForm extends React.PureComponent