Skip to content

Commit

Permalink
fixed translation string for canceled requests
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-piehl committed Aug 19, 2022
1 parent 40bc13a commit 94bbf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ViewAssetsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function getRequestAsset($assetId = null)
$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');
Expand Down

0 comments on commit 94bbf2b

Please sign in to comment.