diff --git a/editorial_access_manager.module b/editorial_access_manager.module index 5bd567b2ab249ec2abf9ef9a4f9b59b704ceb494..1e32afee7327f7448173f584e7144ae7523da63c 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>'; } }