diff --git a/resources/lang/en/widgets.php b/resources/lang/en/widgets.php index f03e2a26..76ef2c15 100644 --- a/resources/lang/en/widgets.php +++ b/resources/lang/en/widgets.php @@ -13,6 +13,7 @@ return [ 'groundspeed' => 'Ground Speed', 'altitude' => 'Altitude', 'heading' => 'Heading', + 'distance' => 'Distance', 'noflights' => 'There are no flights.', 'gs' => 'GS', ], diff --git a/resources/lang/it/widgets.php b/resources/lang/it/widgets.php index 27f978d5..2a74af5a 100644 --- a/resources/lang/it/widgets.php +++ b/resources/lang/it/widgets.php @@ -13,6 +13,7 @@ return [ 'groundspeed' => 'Velocità al Suolo', 'altitude' => 'Altitudine', 'heading' => 'Direzione', + 'distance' => 'Distanza', 'noflights' => 'Non ci sono voli.', 'gs' => 'VS', ], diff --git a/resources/views/layouts/default/widgets/live_map.blade.php b/resources/views/layouts/default/widgets/live_map.blade.php index a4583717..944351bf 100644 --- a/resources/views/layouts/default/widgets/live_map.blade.php +++ b/resources/views/layouts/default/widgets/live_map.blade.php @@ -78,14 +78,14 @@ and being mindful of the rivets bindings - + - +
{{ trans_choice('common.Flight', 1) }}{{ trans_choice('common.flight', 2) }} @lang('common.departure') @lang('common.arrival') @lang('common.aircraft') @lang('widgets.livemap.altitude') @lang('widgets.livemap.gs') @lang('widgets.livemap.distance')@lang('common.status') }}@lang('common.status')