newsletter subscribers list fix
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
This commit is contained in:
parent
b2139d8f40
commit
eb8044a4fc
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ tabs:
|
|||
subscribers:
|
||||
label: Abonnés
|
||||
type: structure
|
||||
sortBy: inscriptionDate desc
|
||||
sortBy: inscriptiondate desc
|
||||
fields:
|
||||
email:
|
||||
type: email
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ return [
|
|||
|
||||
return [
|
||||
'status' => 'success',
|
||||
'message' => 'lettre réussie.',
|
||||
'message' => 'Inscription réussie.',
|
||||
];
|
||||
} else {
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue