Move user files

This commit is contained in:
Nabeel Shahzad 2018-05-21 09:52:54 -05:00
parent 2b074ee894
commit 3288467aa1
5 changed files with 17 additions and 9 deletions

View File

@ -98,8 +98,4 @@ return [
'Violation of this provision may result in severe civil and criminal penalties.',
],
],
'users' => [
'location' => 'Location',
],
];

View File

@ -0,0 +1,8 @@
<?php
/**
*
*/
return [
'location' => 'Location',
];

View File

@ -97,8 +97,4 @@ return [
],
],
'users' => [
'location' => 'Posizione',
],
];

View File

@ -0,0 +1,8 @@
<?php
/**
*
*/
return [
'location' => 'Posizione',
];

View File

@ -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>