File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public function execute()
11
11
{
12
12
$ job = $ this ->initJob ();
13
13
if (is_null ($ job )) {
14
- $ this ->messageManager ->addErrorMessage (__ ('This job does not exists . ' ));
14
+ $ this ->messageManager ->addErrorMessage (__ ('This job does not exist . ' ));
15
15
/** @var \Magento\Backend\Model\View\Result\Redirect $resultRedirect */
16
16
$ resultRedirect = $ this ->resultFactory ->create (ResultFactory::TYPE_REDIRECT );
17
17
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public function execute()
13
13
{
14
14
$ job = $ this ->initJob ();
15
15
if (is_null ($ job )) {
16
- $ this ->messageManager ->addErrorMessage (__ ('This job does not exists . ' ));
16
+ $ this ->messageManager ->addErrorMessage (__ ('This job does not exist . ' ));
17
17
/** @var Redirect $resultRedirect */
18
18
$ resultRedirect = $ this ->resultFactory ->create (ResultFactory::TYPE_REDIRECT );
19
19
You can’t perform that action at this time.
0 commit comments