Updated language string for asset request

This commit is contained in:
snipe
2015-08-17 11:11:09 -07:00
parent aae7d4523f
commit 21bb2f8b44
2 changed files with 6 additions and 1 deletions
@@ -66,7 +66,7 @@ class ViewAssetsController extends AuthorizedController
$logaction->user_id = Sentry::getUser()->id;
$log = $logaction->logaction('requested');
return Redirect::route('requestable-assets')->with('success')->with('success', Lang::get('admin/hardware/message.asset_requested'));
return Redirect::route('requestable-assets')->with('success')->with('success', Lang::get('admin/hardware/message.requests.success'));
}
+5
View File
@@ -24,6 +24,11 @@ return array(
'success' => 'Asset restored successfully.'
),
'requests' => array(
'error' => 'Asset could not be requested, please try again.',
'success' => 'You have sucessfully requested this asset.'
),
'deletefile' => array(
'error' => 'File not deleted. Please try again.',
'success' => 'File successfully deleted.',