diff --git a/source/packages/com_mokosuitestorelocator/admin/src/Model/LocationModel.php b/source/packages/com_mokosuitestorelocator/admin/src/Model/LocationModel.php index 1c314eb..a6cc49a 100644 --- a/source/packages/com_mokosuitestorelocator/admin/src/Model/LocationModel.php +++ b/source/packages/com_mokosuitestorelocator/admin/src/Model/LocationModel.php @@ -99,7 +99,7 @@ class LocationModel extends AdminModel $data['latitude'] = $coords['lat']; $data['longitude'] = $coords['lng']; Factory::getApplication()->enqueueMessage( - Text::_('COM_MOKOJOOMSTORELOCATOR_GEOCODING_SUCCESS'), + Text::_('COM_MOKOSUITESTORELOCATOR_GEOCODING_SUCCESS'), 'success' ); } @@ -252,7 +252,7 @@ class LocationModel extends AdminModel catch (\Exception $e) { Factory::getApplication()->enqueueMessage( - Text::sprintf('COM_MOKOJOOMSTORELOCATOR_GEOCODING_FAILED', $e->getMessage()), + Text::sprintf('COM_MOKOSUITESTORELOCATOR_GEOCODING_FAILED', $e->getMessage()), 'warning' ); }