Move user files
This commit is contained in:
@@ -98,8 +98,4 @@ return [
|
||||
'Violation of this provision may result in severe civil and criminal penalties.',
|
||||
],
|
||||
],
|
||||
|
||||
'users' => [
|
||||
'location' => 'Location',
|
||||
],
|
||||
];
|
||||
|
||||
8
resources/lang/en/user.php
Normal file
8
resources/lang/en/user.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
return [
|
||||
'location' => 'Location',
|
||||
];
|
||||
@@ -97,8 +97,4 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'users' => [
|
||||
'location' => 'Posizione',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
8
resources/lang/it/user.php
Normal file
8
resources/lang/it/user.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
return [
|
||||
'location' => 'Posizione',
|
||||
];
|
||||
@@ -4,7 +4,7 @@
|
||||
<th>@lang('common.name')</th>
|
||||
<th style="text-align: center"></th>
|
||||
<th style="text-align: center">@lang('common.airline')</th>
|
||||
<th style="text-align: center">@lang('frontend.users.location')</th>
|
||||
<th style="text-align: center">@lang('user.location')</th>
|
||||
<th style="text-align: center">{{ trans_choice('common.flight', 2) }}</th>
|
||||
<th style="text-align: center">{{ trans_choice('common.hour', 2) }}</th>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user