This commit is contained in:
Paul Dee
2023-02-23 12:36:27 +01:00
committed by GitHub
parent 85b86d7a61
commit f3714099e7

View File

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