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
|
@ -3047,4 +3047,5 @@ searchClientAuthorizationPolicy=Search policy
|
|||
searchClientAuthorizationPermission=Search permission
|
||||
userNotSaved=The user has not been saved\: {{error}}
|
||||
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"
|
||||
labelIcon={
|
||||
<HelpItem
|
||||
helpText={t("expirationHelp")}
|
||||
helpText={t("tokenExpirationHelp")}
|
||||
fieldLabelId="expiration"
|
||||
/>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue