User events tooltip text fix (#2667)
This commit is contained in:
parent
e59c6754e9
commit
523a411771
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
"enabled": "Set if the keys are enabled",
|
||||
"active": "Set if the keys can be used for signing",
|
||||
"AESKeySize": "Size in bytes for the generated AES key. Size 16 is for AES-128, Size 24 for AES-192, and Size 32 for AES-256. WARN: Bigger keys than 128 are not allowed on some JDK implementations.",
|
||||
"save-user-events": "If enabled, login events are saved to the database, which makes events available to the admin and account management consoles.",
|
||||
"save-user-events": "If enabled, user events are saved to the database, which makes events available to the admin and account management consoles.",
|
||||
"save-admin-events": "If enabled, admin events are saved to the database, which makes events available to the admin console.",
|
||||
"expiration": "Sets the expiration for events. Expired events are periodically deleted from the database.",
|
||||
"admin-clearEvents": "Deletes all admin events in the database.",
|
||||
|
@ -96,4 +96,4 @@
|
|||
"whoCanEditHelp": "If enabled, users or administrators can view and edit the attribute. Otherwise, users or administrators don't have access to write to the attribute.",
|
||||
"whoCanViewHelp": "If enabled, users or administrators can view the attribute. Otherwise, users or administrators don't have access to the attribute.",
|
||||
"editUsername": "If enabled, the username field is editable, readonly otherwise."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue