3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-07 00:48:58 +00:00

fixed translation string for canceled requests

This commit is contained in:
Peace
2022-08-19 13:59:01 +02:00
parent 40bc13a946
commit 94bbf2bf2f

View File

@ -165,7 +165,7 @@ class ViewAssetsController extends Controller
$settings->notify(new RequestAssetCancelation($data));
return redirect()->route('requestable-assets')
->with('success')->with('success', trans('admin/hardware/message.requests.cancel'));
->with('success')->with('success', trans('admin/hardware/message.requests.canceled'));
}
$logaction->logaction('requested');