Skip to content
Snippets Groups Projects
Commit 4e8fc86d authored by Steven Jones's avatar Steven Jones
Browse files

Issue #3472655 by jons, steven jones: Fix misspelling of transparant, and let

parent 095b5fa0
No related branches found
No related tags found
1 merge request!15Issue #3472655 by jons, steven jones: Fix misspelling of transparant, and let
Pipeline #276967 passed with warnings
......@@ -31,7 +31,7 @@ function content_access_help($route_name, RouteMatchInterface $route_match) {
$hint_service = \Drupal::service('advanced_help_hint.gethint');
}
$output = '<h3>' . t('About') . '</h3>';
$output .= '<p>' . t('The <strong>Content Access</strong> module let you content manage access permission in a flexible and transparant way.') . '</p>';
$output .= '<p>' . t('The <strong>Content Access</strong> module lets you content manage access permission in a flexible and transparent way.') . '</p>';
$output .= '<h3>' . t('Use') . '</h3>';
$output .= '<p>' . t('It provides two new permissions: <em>view all</em> (allows anyone to view the content) and <em>view own</em> (allows only the content creator to see his/her own content). It also gives access to the existing core permissions <em>edit</em> and <em>delete</em> on the same settings page.') . '</p>';
$output .= '<p>' . t('It provides the following modalities:') . '</p><ul>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment