Give a right tip when a schedule be deleted successfully.

This commit is contained in:
phecho
2015-11-20 09:43:46 +08:00
parent 72233ff4ac
commit e14ebe80e9
@@ -182,6 +182,6 @@ class ScheduleController extends Controller
$schedule->delete();
return Redirect::route('dashboard.schedule.index')
->withWarning(sprintf('%s %s', trans('dashboard.notifications.whoops'), trans('dashboard.schedule.delete.failure')));
->withWarning(sprintf('%s %s', trans('dashboard.notifications.awesome'), trans('dashboard.schedule.delete.success')));
}
}