We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c937796 commit 8aebaafCopy full SHA for 8aebaaf
app/lang/en/general.php
@@ -22,8 +22,10 @@
22
'created_asset' => 'created asset',
23
'created_at' => 'Created at',
24
'currency' => '$',
25
+ 'current' => 'Current',
26
'date' => 'Date',
27
'delete' => 'Delete',
28
+ 'deleted' => 'Deleted',
29
'deployed' => 'Deployed',
30
'depreciation_report' => 'Depreciation Report',
31
'depreciation' => 'Depreciation',
app/views/backend/users/index.blade.php
@@ -20,9 +20,9 @@
20
21
<h3>
@if (Input::get('onlyTrashed'))
- Deleted
+ @lang('general.deleted')
@else
- Current
+ @lang('general.current')
@endif
</h3>
0 commit comments