1
0
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:
Simon Hornby 2025-02-03 15:56:26 +02:00 committed by GitHub
parent 5dde32e7c2
commit dbaf465e5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}
>