mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-26 01:17:00 +02:00
Update frontend/src/component/admin/auth/ScimSettings/ScimDeleteUsersDialog.tsx
Co-authored-by: Gastón Fournier <gaston@getunleash.io>
This commit is contained in:
parent
5dde32e7c2
commit
dbaf465e5a
@ -24,7 +24,7 @@ export const ScimDeleteEntityDialog = ({
|
||||
open={open}
|
||||
primaryButtonText={`Delete SCIM ${entityType}`}
|
||||
secondaryButtonText='Cancel'
|
||||
title={`Really Delete All SCIM ${entityType}?`}
|
||||
title={`Do you really want to delete ALL SCIM ${entityType}?`}
|
||||
onClose={closeDialog}
|
||||
onClick={removeUser}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user