From 5cdf35b5382dd83fdb50e7582dbb3ff2d085afbc Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Mon, 25 Oct 2021 16:53:09 +0200 Subject: [PATCH] Correct helpt text for removal of imported users (#1396) --- src/user-federation/messages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user-federation/messages.ts b/src/user-federation/messages.ts index dfb20456d4..512b9a3606 100644 --- a/src/user-federation/messages.ts +++ b/src/user-federation/messages.ts @@ -109,7 +109,7 @@ export default { removeImportedUsers: "Remove imported users?", removeImportedUsersMessage: - 'Do you really want to remove all imported users? The option "Unlink users" makes sense just for the Edit Mode "Unsynced" and there should be a warning that "unlinked" users without the password in the Keycloak database won\'t be able to authenticate.', + "Do you really want to remove all imported users?", removeImportedUsersSuccess: "Imported users have been removed.", removeImportedUsersError: "Could not remove imported users: '{{error}}'",