Fixed token expiration help text (#26831)

Closes #26668

Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
agagancarczyk 2024-02-06 15:01:10 +00:00 committed by GitHub
parent 3e08a1713b
commit 4d106b41f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -3048,3 +3048,4 @@ searchClientAuthorizationPermission=Search permission
userNotSaved=The user has not been saved\: {{error}} userNotSaved=The user has not been saved\: {{error}}
kcNumberFormat=Number Format kcNumberFormat=Number Format
kcNumberUnFormat=Number UnFormat kcNumberUnFormat=Number UnFormat
tokenExpirationHelp=Sets the expiration for tokens. Expired tokens are periodically deleted from the database.

View file

@ -72,7 +72,7 @@ export default function CreateInitialAccessToken() {
fieldId="expiration" fieldId="expiration"
labelIcon={ labelIcon={
<HelpItem <HelpItem
helpText={t("expirationHelp")} helpText={t("tokenExpirationHelp")}
fieldLabelId="expiration" fieldLabelId="expiration"
/> />
} }