Merge pull request #1672 from SevanNerse/2.1-dev
message error is fixed
This commit is contained in:
commit
057dc7f1d3
@ -51,7 +51,7 @@ class UpdateTax extends Job
|
||||
}
|
||||
|
||||
if ($this->request->has('type') && ($this->request->get('type') != $this->tax->type)) {
|
||||
$message = trans('messages.error.type', ['text' => implode(', ', $relationships)]);
|
||||
$message = trans('messages.error.change_type', ['text' => implode(', ', $relationships)]);
|
||||
|
||||
throw new \Exception($message);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user