Bug #91356
Updated by Marcin SÄ…gol over 4 years ago
There is a small typo in CSH text for frontend groups (https://github.com/TYPO3-CMS/frontend/blob/v10.4.1/Resources/Private/Language/locallang_csh_fe_groups.xlf#L66): (https://github.com/TYPO3-CMS/frontend/blob/master/Resources/Private/Language/locallang_csh_fe_groups.xlf#L66): <pre> The access restriction in TYPO3 is assigned to these usergroups. When a page or other element is access restricted to a group, only Website users which are members or that group will be able to view the element on the website. </pre> where part _members or that_ should be _members of that_: <pre> The access restriction in TYPO3 is assigned to these usergroups. When a page or other element is access restricted to a group, only Website users which are members of that group will be able to view the element on the website. </pre>