mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
89 stars 155 forks source link

Missing string subplugintype_customcertelement_plural #607

Closed ewallah closed 4 months ago

ewallah commented 4 months ago

Invalid get_string() identifier: 'subplugintype_customcertelement_plural' or component 'mod_customcert'. Perhaps you are missing $string['subplugintype_customcertelement_plural'] = ''; in mod/customcert/lang/en/customcert.php

See github workflow

mdjnelson commented 4 months ago

So this only happens in the growth report or can I see it fail on a standard Moodle install?

EDIT - Just see this is actually in a few plugins. I checked mod_assign and does it there. Will add that string now.

mdjnelson commented 4 months ago

Added. :)