feat(Membership): add notification for user and admin during registration
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m30s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m30s
This commit is contained in:
@@ -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.',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -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.',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user