Change button text to "set password" (#2287)
This commit is contained in:
parent
219e239c89
commit
74ecc18be0
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ export const UserCredentials = ({ user }: UserCredentialsProps) => {
|
|||
setIsOpen(true);
|
||||
}}
|
||||
>
|
||||
{t("savePassword")}
|
||||
{t("setPassword")}
|
||||
</Button>
|
||||
<Divider />
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue