message error is fixed

This commit is contained in:
Sevan Nerse 2020-11-24 14:12:24 +03:00
parent 0e77214f43
commit 1702daf288

View File

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