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".

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ressa created an issue. See original summary.

ressa’s picture

Assigned: ressa » Unassigned
Status: Active » Needs review
eiriksm’s picture

Patch 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 😃️

pcate’s picture

Status: Needs review » Reviewed & tested by the community

The re-wording looks good to me.

eiriksm’s picture

Status: Reviewed & tested by the community » Fixed

Thanks! Committed!

  • eiriksm committed 8037cf4 on 8.x-1.x authored by ressa
    Issue #3188928 by ressa: Fix module name in GUI, add documentation about...
ressa’s picture

Great, thanks @eiriksm and @PCate!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.