pull/63634/head
Paul Dee 2 years ago committed by GitHub
parent 85b86d7a61
commit f3714099e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/serviceaccounts/components/CreateTokenModal.tsx

@ -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…
Cancel
Save