Skip to content

Commit

Permalink
Few more localization strings for #151
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jun 10, 2014
1 parent c937796 commit 8aebaaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/lang/en/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
'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',
Expand Down
4 changes: 2 additions & 2 deletions app/views/backend/users/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

<h3>
@if (Input::get('onlyTrashed'))
Deleted
@lang('general.deleted')
@else
Current
@lang('general.current')
@endif

</h3>
Expand Down

0 comments on commit 8aebaaf

Please sign in to comment.