-
+
diff --git a/i18n/en_US.csv b/i18n/en_US.csv
index 6a46a8b..708a8bf 100644
--- a/i18n/en_US.csv
+++ b/i18n/en_US.csv
@@ -49,7 +49,3 @@ Address,Address
"GPS Coordinates","GPS Coordinates"
Latitude,Latitude
Longitude,Longitude
-"Mageplaza Google Maps","Mageplaza Google Maps"
-"Mageplaza Google Maps Widget","Mageplaza Google Maps Widget"
-Template,Template
-"Google Map Template","Google Map Template"
diff --git a/registration.php b/registration.php
index c98264e..d3c5a5a 100644
--- a/registration.php
+++ b/registration.php
@@ -19,8 +19,10 @@
* @license https://www.mageplaza.com/LICENSE.txt
*/
-\Magento\Framework\Component\ComponentRegistrar::register(
- \Magento\Framework\Component\ComponentRegistrar::MODULE,
+use Magento\Framework\Component\ComponentRegistrar;
+
+ComponentRegistrar::register(
+ ComponentRegistrar::MODULE,
'Mageplaza_GoogleMaps',
__DIR__
);
diff --git a/view/adminhtml/templates/system/config/coordinate.phtml b/view/adminhtml/templates/system/config/coordinate.phtml
index 872d810..d887aef 100644
--- a/view/adminhtml/templates/system/config/coordinate.phtml
+++ b/view/adminhtml/templates/system/config/coordinate.phtml
@@ -25,15 +25,15 @@ $address = $block->helperData->getMapConfig('location_setting/address');
$btnId = $block->getElement()->getId();
?>
-
+
|
- |