mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
spell fix (#63588)
This commit is contained in:
parent
85b86d7a61
commit
f3714099e7
@ -138,7 +138,7 @@ export const CreateTokenModal = ({ isOpen, token, serviceAccountLogin, onCreateT
|
||||
<>
|
||||
<Field
|
||||
label="Token"
|
||||
description="Copy the token now as you will not be able to see it again. Loosing a token requires creating a new one."
|
||||
description="Copy the token now as you will not be able to see it again. Losing a token requires creating a new one."
|
||||
>
|
||||
<div className={styles.modalTokenRow}>
|
||||
<Input name="tokenValue" value={token} readOnly />
|
||||
|
Loading…
Reference in New Issue
Block a user