mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 13:07:46 +02:00
refactor: harmonize redirects after submitting forms
go back to form after submitting an edit form
This commit is contained in:
parent
6e9451a110
commit
d0cb964b0f
36 changed files with 179 additions and 57 deletions
|
|
@ -13,6 +13,10 @@ return [
|
|||
'title' => 'Extraits sonores',
|
||||
'soundbite' => 'Extrait sonore',
|
||||
],
|
||||
'messages' => [
|
||||
'createSuccess' => 'L’extrait sonore a été créé avec succès !',
|
||||
'deleteSuccess' => 'L’extrait sonore a bien été supprimé !',
|
||||
],
|
||||
'form' => [
|
||||
'title' => 'Nouvel extrait sonore',
|
||||
'soundbite_title' => 'Titre de l’extrait',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue