diff --git a/resources/lang/en/frontend.php b/resources/lang/en/frontend.php index 766a2c9c..959fe5bc 100644 --- a/resources/lang/en/frontend.php +++ b/resources/lang/en/frontend.php @@ -98,8 +98,4 @@ return [ 'Violation of this provision may result in severe civil and criminal penalties.', ], ], - - 'users' => [ - 'location' => 'Location', - ], ]; diff --git a/resources/lang/en/user.php b/resources/lang/en/user.php new file mode 100644 index 00000000..a2e72122 --- /dev/null +++ b/resources/lang/en/user.php @@ -0,0 +1,8 @@ + 'Location', +]; diff --git a/resources/lang/it/frontend.php b/resources/lang/it/frontend.php index 6711d848..cdd14df1 100644 --- a/resources/lang/it/frontend.php +++ b/resources/lang/it/frontend.php @@ -97,8 +97,4 @@ return [ ], ], - 'users' => [ - 'location' => 'Posizione', - ], - ]; diff --git a/resources/lang/it/user.php b/resources/lang/it/user.php new file mode 100644 index 00000000..30fd8e6a --- /dev/null +++ b/resources/lang/it/user.php @@ -0,0 +1,8 @@ + 'Posizione', +]; diff --git a/resources/views/layouts/default/users/table.blade.php b/resources/views/layouts/default/users/table.blade.php index 951efbac..59779a37 100644 --- a/resources/views/layouts/default/users/table.blade.php +++ b/resources/views/layouts/default/users/table.blade.php @@ -4,7 +4,7 @@ @lang('common.name') @lang('common.airline') - @lang('frontend.users.location') + @lang('user.location') {{ trans_choice('common.flight', 2) }} {{ trans_choice('common.hour', 2) }}