mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge pull request #11703 from julian-piehl/fixes/wrong-trans-string
Fixed Translation String: wrong key at request canceled message
This commit is contained in:
commit
906a36dc1a
|
@ -165,7 +165,7 @@ class ViewAssetsController extends Controller
|
||||||
$settings->notify(new RequestAssetCancelation($data));
|
$settings->notify(new RequestAssetCancelation($data));
|
||||||
|
|
||||||
return redirect()->route('requestable-assets')
|
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');
|
$logaction->logaction('requested');
|
||||||
|
|
Loading…
Reference in a new issue