Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.Problem/Motivation
Markup on top of Module settings form is missing translation function
Steps to reproduce
- Setup an Drupal site with (at least) 2 languages installed
- Go to
/admin/structure/opigno_module/settings - See next string on top of form :
Settings form for Module entities. Manage field settings here. - Try to find in
/admin/config/regional/translate: no result
Proposed resolution
Update src/Form/OpignoModuleSettingsForm.php to add t() function wrapping this string.
Attached patch does that
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| opigno-module-missing-translation.patch | 697 bytes | nguerrier |
Comments
Comment #2
nguerrier commentedComment #3
andypostNice find!