[Fleet] Remove misleading information from enrollment token revoke modal (#88094)

This commit is contained in:
Nicolas Chaulet 2021-01-13 10:00:26 -04:00 committed by GitHub
parent 633495ef43
commit 4c5d8be8da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ export const ConfirmEnrollmentTokenDelete = (props: Props) => {
<EuiCallOut
title={i18n.translate('xpack.fleet.enrollmentTokenDeleteModal.description', {
defaultMessage:
'Are your sure you want to revoke {keyName}? Agents that use this token will no longer be able to access policies or send data. ',
'Are your sure you want to revoke {keyName}? New agents will no longer be able to be enrolled using this token.',
values: {
keyName: enrollmentKey.name,
},