Skip to content

Commit aae8904

Browse files
Update affiliate deletion message
Add clarification to the affiliate deletion confirmation message stating that affiliates who have generated revenue will still be paid.
1 parent 88793af commit aae8904

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/AffiliateManagementDialog.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ export const AffiliateManagementDialog = ({ affiliate, open, onOpenChange, mode
176176
<AlertDialogDescription>
177177
Êtes-vous sûr de vouloir supprimer <strong>{affiliate.name}</strong> ?
178178
Cette action est irréversible et supprimera toutes les données associées.
179+
<br /><br />
180+
<strong>Note :</strong> Si cet affilié a déjà généré du chiffre d'affaires,
181+
il sera payé dans tous les cas selon les commissions dues.
179182
</AlertDialogDescription>
180183
</AlertDialogHeader>
181184
<AlertDialogFooter>

0 commit comments

Comments
 (0)