feat: small text fix

This commit is contained in:
2025-05-12 01:46:34 +03:00
parent 19ce2bf278
commit 4ad7a00535

View File

@@ -145,7 +145,7 @@ const ModalSettings: FunctionComponent<ModalWindowProps> = ({ isOpen, setIsOpen,
<input
class="flex-1 outline-0"
{...register("oldPassword")}
placeholder="Новый пароль"
placeholder="Старый пароль"
type={showOldPassword ? "text" : "password"}
/>
{showOldPassword ? (