From f27eb5893b9a8165a77ee248380d09c5107b125e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:41:21 +0300 Subject: [PATCH] New translations setting.php (Spanish) --- .../visiosoft/location-module/resources/lang/es/setting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/location-module/resources/lang/es/setting.php b/addons/default/visiosoft/location-module/resources/lang/es/setting.php index bd511d47f..cba0a41fd 100644 --- a/addons/default/visiosoft/location-module/resources/lang/es/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/es/setting.php @@ -40,4 +40,8 @@ return [ 'map_coordinates_lat' => [ 'name' => 'Lat predeterminado', ], + + 'hide_location_filter' => [ + 'name' => 'Ocultar filtro de ubicación', + ], ];