Closed danmarsden closed 9 months ago
We have updated the lang strings.
did you push your updates?
I still many examples like: $string['aioa-top_center'] = 'Top Center'; $string['aioa-top_right'] = 'Top Right';
which should be: $string['aioa-top_center'] = 'Top center'; $string['aioa-top_right'] = 'Top right';
Moodle uses sentence case - please check your lang strings as some use camel case.
for example strings like: $string['mystring'] = "My String"; should be: $string['mystring'] = "My string";
Note: this is not a blocker for approval in the plugins db.