Problem/Motivation
In working on #2416987: Fix UI regression in the menu link form it was identified that the help text for link fields contains "drupal.org" as the example external URL. Per the Interface Text guidelines (https://www.drupal.org/node/604342) it would be best to change this so as not to identify the site as Drupal.
Proposed resolution
Replace drupal.org in user facing text with something like example.com or better still make it configurable.
Remaining tasks
Task | Novice task? | Contributor instructions | Complete? |
---|---|---|---|
Create a patch | Instructions | done | |
document a grep or ag regular expression to show all instances are gone | |||
Review patch to ensure that it fixes the issue, stays within scope, is properly documented, and follows coding standards | Instructions | done |
User interface changes
API changes
None.