Problem/Motivation
Some places in the GUI, the module name is written differently than the official version "Link checker", like "linkchecker" or "LinkChecker". Also, since Drupal 8/9 version link checking is defined under fields rather than content types, the documentation should reflect this.
Steps to reproduce
Visit pages such as these and see that it is written differently than "Link checker":
- Content type field settings page: /admin/structure/types/manage/article/fields/node.article.body
- Permissions page: /admin/people/permissions#module-linkchecker
Proposed resolution
Update instances of "linkchecker" or "LinkChecker" in the GUI to "Link checker".
Comments
Comment #3
ressaComment #4
eiriksmPatch works and everything looks good to me, but I am not a native English speaker, so I will leave the RTBC to someone that feels more confident in reviewing wording 😃️
Comment #5
pcate commentedThe re-wording looks good to me.
Comment #6
eiriksmThanks! Committed!
Comment #8
ressaGreat, thanks @eiriksm and @PCate!