Few more localization strings for #151

This commit is contained in:
snipe
2014-06-10 04:15:50 -04:00
parent c937796224
commit 8aebaaf502
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -22,8 +22,10 @@ return array(
'created_asset' => 'created asset',
'created_at' => 'Created at',
'currency' => '$',
'current' => 'Current',
'date' => 'Date',
'delete' => 'Delete',
'deleted' => 'Deleted',
'deployed' => 'Deployed',
'depreciation_report' => 'Depreciation Report',
'depreciation' => 'Depreciation',
+2 -2
View File
@@ -20,9 +20,9 @@
<h3>
@if (Input::get('onlyTrashed'))
Deleted
@lang('general.deleted')
@else
Current
@lang('general.current')
@endif
</h3>