feat(Membership): add notification for user and admin during registration
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m30s

This commit is contained in:
2026-07-15 13:58:48 +02:00
parent a886bdd947
commit b4845511a6
15 changed files with 371 additions and 18 deletions

View File

@@ -49,5 +49,7 @@ return [
'actions' => [
'view_profile' => 'View member profile',
'validate' => 'Validate membership',
'validate_missing_dates' => 'Please fill in the start and end dates before validating.',
],
];

View File

@@ -49,5 +49,7 @@ return [
'actions' => [
'view_profile' => 'Voir le profil du membre',
'validate' => 'Valider l\'adhésion',
'validate_missing_dates' => 'Veuillez renseigner les dates de début et de fin avant de valider.',
],
];