rjnl / moodle-paygw_chargebee

Other
0 stars 1 forks source link

camel case in strings #3

Closed danmarsden closed 1 year ago

danmarsden commented 2 years ago

https://github.com/rjnl/moodle-paygw_chargebee/blob/master/lang/en/paygw_chargebee.php#L40

Payment Methods -> Payment methods


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.

rjnl commented 1 year ago

Fixed: https://github.com/rjnl/moodle-paygw_chargebee/commit/72a136f2cd7f3ecdd9e4e54b93e0786022342943