21 May
2026
21 May
'26
12:42 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41842 --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- - <span>Edit [% course_name | html | $HtmlTags tag="em" %][%- IF course.section -%]- [% course.section | html | $HtmlTags tag="em" %][%- END -%]</span> + [% tx("Edit course {course_name}", { course_name = course_name }) | $raw %] Why did you remove the section from this one? Shouldn't it be + [% tx("Edit course {course_name}", { course_name = course_em }) | $raw %] like everywhere else? -- You are receiving this mail because: You are watching all bug changes.