From d7a5ee63cc3243a4ca21bc95f1da508ad185c59c Mon Sep 17 00:00:00 2001 From: Ben Parizek Date: Mon, 25 Sep 2023 17:09:59 -0400 Subject: [PATCH] Fixes copy Signed-off-by: Ben Parizek --- src/sitemaps/templates/_admin/welcome.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sitemaps/templates/_admin/welcome.twig b/src/sitemaps/templates/_admin/welcome.twig index c0343023..bee19212 100644 --- a/src/sitemaps/templates/_admin/welcome.twig +++ b/src/sitemaps/templates/_admin/welcome.twig @@ -12,8 +12,7 @@ {{ sproutCp.featureHeader({ heading: "The journey is the destination."|t('sprout-module-sitemaps'), - message: "Enjoy fine-grained control over your XML Sitemaps for standalone, multi-lingual, and multi-regional sites. Sitemaps are managed directly within Craft – no template updates - required."|t('sprout-module-sitemaps'), + message: "Enjoy fine-grained control over your XML Sitemaps for standalone, multi-lingual, and multi-regional sites. Sitemaps are managed directly within Craft – no template updates required."|t('sprout-module-sitemaps'), primaryButtonText: "Get Started"|t('sprout-module-sitemaps'), primaryButtonLink: cpUrl('sprout/sitemaps'), secondaryButtonText: "Learn More"|t('sprout-module-sitemaps'),