From 07453d9672fab61d99b65d1a2e07cd8857646c27 Mon Sep 17 00:00:00 2001
From: Omar Lopesino <omar.lopesino@metadrop.net>
Date: Mon, 3 Feb 2025 11:43:27 +0100
Subject: [PATCH] Rewrite entire phrase to avoid problems reported by cspell

---
 editorial_access_manager.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editorial_access_manager.module b/editorial_access_manager.module
index 5bd567b..1e32afe 100644
--- a/editorial_access_manager.module
+++ b/editorial_access_manager.module
@@ -417,7 +417,7 @@ function editorial_access_manager_help($route_name, RouteMatchInterface $route_m
 
     case 'help.page.editorial_manager_access':
       return '<p>' . t('Editorial manager access allows managers assign the content translation or edition to assignable users. It
-        is intended to granularise the content edition by letting editors only edit the specific content in specific languages.') . '</p>';
+        is intended to let editors only edit the specific content in specific languages.') . '</p>';
 
   }
 }
-- 
GitLab