moodleou / moodle-report_customsql

A Moodle report plugin that lets you easily create simple reports that can be expressed as a single SQL query
48 stars 100 forks source link

Typo in mysite.com/report/customsql/edit.php HTML that broken site in pt-br version #133

Closed DaniFluffyLab closed 1 year ago

DaniFluffyLab commented 1 year ago

In pt-br version of the site mysite.com/report/customsql/edit.php looks like this: image As this bug won't happen in english version, i did read the strings in language pack and find this in "report_customsql" component, "querynote" text:

[...] Para relatórios programados, os tokens <code %% STARTTIME%%</code> e <code>%%ENDTIME%%</code> são [...]

It's missing an ">" in "code" tag. Fixing this as an custom string in my site solved the problem.

timhunt commented 1 year ago

Thanks for reporting this.

The fixed language string needs to be sent to submitted to https://lang.moodle.org/. Are you able to do that?

DaniFluffyLab commented 1 year ago

Oh, I'll submit through this channel... tysm!!