diff --git a/source/packages/com_mokosuitestorelocator/admin/src/View/Location/HtmlView.php b/source/packages/com_mokosuitestorelocator/admin/src/View/Location/HtmlView.php index f8208a0..9014322 100644 --- a/source/packages/com_mokosuitestorelocator/admin/src/View/Location/HtmlView.php +++ b/source/packages/com_mokosuitestorelocator/admin/src/View/Location/HtmlView.php @@ -71,7 +71,7 @@ class HtmlView extends BaseHtmlView $isNew = ($this->item->id == 0); ToolbarHelper::title( - Text::_('COM_MOKOJOOMSTORELOCATOR_LOCATION_' . ($isNew ? 'NEW' : 'EDIT')), + Text::_('COM_MOKOSUITESTORELOCATOR_LOCATION_' . ($isNew ? 'NEW' : 'EDIT')), 'location' );