mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
de395f24e4
commit
985c7934d9
@ -47,7 +47,7 @@ export const ChangePassword: FC<Props> = ({ onSubmit, onSkip }) => {
|
|||||||
|
|
||||||
{onSkip && (
|
{onSkip && (
|
||||||
<Tooltip
|
<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"
|
placement="bottom"
|
||||||
>
|
>
|
||||||
<LinkButton variant="link" onClick={onSkip} aria-label={selectors.pages.Login.skip}>
|
<LinkButton variant="link" onClick={onSkip} aria-label={selectors.pages.Login.skip}>
|
||||||
|
Loading…
Reference in New Issue
Block a user