diff --git a/Controller/Index/Index.php b/Controller/Index/Index.php index 96484d8..e1f75c9 100755 --- a/Controller/Index/Index.php +++ b/Controller/Index/Index.php @@ -28,7 +28,9 @@ public function __construct( public function execute() { $resultPage = $this->pageFactory->create(); - $resultPage->getConfig()->getTitle()->set('Special Offers'); + $resultPage->getConfig() + ->getTitle() + ->set(__('Special Offers')); return $resultPage; } } diff --git a/composer.json b/composer.json index 55e16c0..ced7e0c 100755 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Special offers landing page with layered navigation and widget", "type": "magento2-module", "license": "proprietary", - "version": "1.1.5", + "version": "1.1.6", "authors": [ { "name": "Dominic Xigen", @@ -29,4 +29,4 @@ "registration.php" ] } -} \ No newline at end of file +} diff --git a/etc/module.xml b/etc/module.xml index 0ff46a7..41f5af8 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - +