From d47bda9c63332360ca328e90fccfdb7ff89b01ce Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 13 Jan 2022 12:41:19 +0300 Subject: [PATCH] New translations addon.php (German) --- .../visiosoft/location-module/resources/lang/de/addon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/de/addon.php b/addons/default/visiosoft/location-module/resources/lang/de/addon.php index 26e4b14e7..0a0dd1bc3 100644 --- a/addons/default/visiosoft/location-module/resources/lang/de/addon.php +++ b/addons/default/visiosoft/location-module/resources/lang/de/addon.php @@ -4,5 +4,5 @@ return [ 'title' => 'Ort', 'name' => 'Standortmodul', 'description' => 'Beschreibung', - 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.', + 'info' => 'Auf dieser Seite können Sie Informationen zu Land, Stadt, Bezirk, Nachbarschaft und Dorf verwalten.', ];