fix: change message upon cancellation of episode publication

This commit is contained in:
Ola Hneini 2022-03-23 09:04:56 +00:00 committed by Yassine Doghri
commit 9859c7434c
5 changed files with 6 additions and 3 deletions

View file

@ -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')
);
}