Fixed token expiration help text (#26831)
Closes #26668 Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
3e08a1713b
commit
4d106b41f3
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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"
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue