diff --git a/core/src/main/resources/jenkins/security/ApiTokenProperty/config.jelly b/core/src/main/resources/jenkins/security/ApiTokenProperty/config.jelly index b7aee62ac777f45db8e5bde8256e7716183a958c..4999a8dcb67e63bbc1df8a0b37dbcb394eeb4e73 100644 --- a/core/src/main/resources/jenkins/security/ApiTokenProperty/config.jelly +++ b/core/src/main/resources/jenkins/security/ApiTokenProperty/config.jelly @@ -108,7 +108,7 @@ THE SOFTWARE. data-message-if-legacy-revoked="${%RevokedToken}" data-confirm="${%ConfirmRevokeSingle}" data-target-url="${descriptor.descriptorFullUrl}/revoke"> - + diff --git a/core/src/main/resources/jenkins/security/ApiTokenProperty/config.properties b/core/src/main/resources/jenkins/security/ApiTokenProperty/config.properties index 79bef819d2987bd5566d0c47a15b8df89f32c993..25fca9d566e714a160e214c0f3347a572d44e24e 100644 --- a/core/src/main/resources/jenkins/security/ApiTokenProperty/config.properties +++ b/core/src/main/resources/jenkins/security/ApiTokenProperty/config.properties @@ -1,6 +1,7 @@ TokenDisplayedOnce=Copy this token now, because it cannot be recovered in the future. AddNewToken=Add new Token GenerateNewToken=Generate +RevokeToken=Revoke this token NoTokenYet=There is no registered token for this user TokenLastUse=Used {0} time(s), last time was {1} day(s) ago StatisticsDisabled=No statistics available @@ -14,5 +15,6 @@ TokenCreation=Created {0} day(s) ago RenameToken=Save the new name of the token LegacyToken=We strongly recommend that you revoke this legacy token and replace it with a newly generated token for increased security. NoLegacyToken=The user does not have a legacy token +RevokedToken=The legacy token has been revoked NoCreationDate=There is no creation date for that token NoCreationDateValue=Unknown