From 523a4117714ec651adfcef0ecdd9a0362734ab24 Mon Sep 17 00:00:00 2001 From: agagancarczyk Date: Wed, 18 May 2022 11:07:22 +0100 Subject: [PATCH] User events tooltip text fix (#2667) --- public/resources/en/realm-settings-help.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/resources/en/realm-settings-help.json b/public/resources/en/realm-settings-help.json index d684320ccc..15e056c27e 100644 --- a/public/resources/en/realm-settings-help.json +++ b/public/resources/en/realm-settings-help.json @@ -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." -} \ No newline at end of file +}