diff --git a/apps/web/components/Objects/Modals/Dash/OrgUsers/RolesUpdate.tsx b/apps/web/components/Objects/Modals/Dash/OrgUsers/RolesUpdate.tsx index e8bea627..0c14a500 100644 --- a/apps/web/components/Objects/Modals/Dash/OrgUsers/RolesUpdate.tsx +++ b/apps/web/components/Objects/Modals/Dash/OrgUsers/RolesUpdate.tsx @@ -49,7 +49,7 @@ function RolesUpdate(props: Props) { } else { setIsSubmitting(false) setError('Error ' + res.status + ': ' + res.data.detail) - toast.error("Couldn't update now", {id:toastId}) + toast.error("Error while updating role", {id:toastId}) } }