Skip to content

Commit

Permalink
Update message.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed Aug 25, 2023
1 parent b74cd81 commit 7c7e341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/quant_sitemap/src/SitemapManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function isAvailable() : array {
if (!empty($module) && version_compare($module->info['version'], self::SIMPLE_SITEMAP_MINIMUM_VERSION, '>=')) {
return [
TRUE,
$this->t('simple_sitemap is a supported version (@ver)', [
$this->t('simple_sitemap is installed at a supported version (@ver)', [
'@ver' => $module->info['version'],
]),
];
Expand All @@ -109,7 +109,7 @@ public function isAvailable() : array {
if (!empty($module) && version_compare($module->info['version'], self::XMLSITEMAP_MINIMUM_VERSION, '>=')) {
return [
TRUE,
$this->t('xmlsitemap is a supported version (@ver)', [
$this->t('xmlsitemap is installed at a supported version (@ver)', [
'@ver' => $module->info['version'],
]),
];
Expand Down

0 comments on commit 7c7e341

Please sign in to comment.