Login: Fixes typo in tooltip (#29604)

See "log in" (verb) vs "login" (noun) : https://english.stackexchange.com/a/5304/354852
This commit is contained in:
Mathieu Rollet 2020-12-04 10:06:01 +01:00 committed by GitHub
parent de395f24e4
commit 985c7934d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}>