-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
4.1.4
-
None
-
MOODLE_401_STABLE
When inspecting source code on Moodle 4.1 on the course page, like course/view.php?id=1234, the alt text is different and present an accessibility issue.
When viewing the page, wiht edition mode disabled or enabled, the <img ... class="activityicon" ...> tag is presneted with the alt="forum icon". Consider that my navigation language is Catalan, not English.
Instead, we expected to see something in Catalan, like alt="Icona de Fòrum".
Maybe a string like:
$string['itemicon'] = "{$a} icon";
|
and using this string like get_string('itemicon','',$itemtypename); could resolve this issue.
We report this to get feedback, if it is adequate or needs some broader action to really resolve other aspects involved on this.
Thanks,
Jordi
- duplicates
-
MDL-76123 Activity icon has invalid multi-language 'alt' text
-
- Closed
-