Problem/Motivation
The module description has a typing error, saying "configuration of display of media items" instead of "configuration, and display".
Proposed resolution
Replace "of" with "and". That way the module description will also mirror the one of the Node module once #2570985: Update the module descriptions on the Extend page is committed
Remaining tasks
None
User interface changes
This is a UI text change.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2999346-media-module-description-2.patch | 435 bytes | ifrik |
Comments
Comment #2
ifrikComment #3
ifrikComment #4
cilefen commentedComment #5
alexpottAs this is translatable text (see \Drupal\system\Form\ModulesListForm::buildRow()) I think we should only change this in a minor version and not a bug fix. If I'm wrong then we can re-open this issue and backport to 8.6.x
Committed 137cfee and pushed to 8.7.x. Thanks!