Commit 985c7934 by Mathieu Rollet Committed by GitHub

Login: Fixes typo in tooltip (#29604)

See "log in" (verb) vs "login" (noun) : https://english.stackexchange.com/a/5304/354852
parent de395f24
......@@ -47,7 +47,7 @@ export const ChangePassword: FC<Props> = ({ onSubmit, onSkip }) => {
{onSkip && (
<Tooltip
content="If you skip you will be prompted to change password next time you login."
content="If you skip you will be prompted to change password next time you log in."
placement="bottom"
>
<LinkButton variant="link" onClick={onSkip} aria-label={selectors.pages.Login.skip}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment