mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 11:37:46 +02:00
fix: change message upon cancellation of episode publication
This commit is contained in:
parent
47b972b63c
commit
9859c7434c
5 changed files with 6 additions and 3 deletions
|
|
@ -615,8 +615,8 @@ class EpisodeController extends BaseController
|
|||
}
|
||||
|
||||
return redirect()->route('episode-view', [$this->podcast->id, $this->episode->id])->with(
|
||||
'error',
|
||||
lang('Episode.publish_cancel_error')
|
||||
'message',
|
||||
lang('Episode.messages.publishCancelSuccess')
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue