From d14baa3d8a9298d2e58f258776fb21af93c836ae Mon Sep 17 00:00:00 2001 From: lartist Date: Fri, 31 Mar 2023 08:12:16 +0200 Subject: [PATCH] Fix wording --- README.md | 2 +- gsitemap.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e41ecb..694932c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## About -Generate your Google sitemap file with this module, and keep it up-to-date. +Generate your Google sitemap file and keep it up to date with this module. ## Multistore compatibility diff --git a/gsitemap.php b/gsitemap.php index 92121c5..9e7fb98 100755 --- a/gsitemap.php +++ b/gsitemap.php @@ -56,7 +56,7 @@ public function __construct() $this->bootstrap = true; parent::__construct(); $this->displayName = $this->trans('Google sitemap', [], 'Modules.Gsitemap.Admin'); - $this->description = $this->trans('Generate your Google sitemap file with this module, and keep it up-to-date.', [], 'Modules.Gsitemap.Admin'); + $this->description = $this->trans('Generate your Google sitemap file and keep it up to date with this module.', [], 'Modules.Gsitemap.Admin'); $this->ps_versions_compliancy = [ 'min' => '1.7.1.0', 'max' => _PS_VERSION_,