Skip to content

Commit

Permalink
Merge pull request #162 from lartist/fix-wordings
Browse files Browse the repository at this point in the history
Fix wording
  • Loading branch information
lartist authored Apr 3, 2023
2 parents 3e589da + d14baa3 commit 2fd0238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gsitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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_,
Expand Down

0 comments on commit 2fd0238

Please sign in to comment.