Closed raortegar closed 7 months ago
Camel Case: Moodle uses sentence case - please check your lang strings as some use camel case.
Please change: $string['coursecategory_required'] = 'Kindly Select the Course Category'; $string['levitate:view_levitate_analytics'] = 'Capability to view Analytics'; $string['levitate:view_levitate_catalog'] = 'Capability to explore Course Catalog';
$string['coursecategory_required'] = 'Kindly Select the Course Category'; $string['levitate:view_levitate_analytics'] = 'Capability to view Analytics'; $string['levitate:view_levitate_catalog'] = 'Capability to explore Course Catalog';
To: $string['coursecategory_required'] = 'Kindly select the course category'; $string['levitate:view_levitate_analytics'] = 'Capability to view analytics'; $string['levitate:view_levitate_catalog'] = 'Capability to explore course catalog';
$string['coursecategory_required'] = 'Kindly select the course category'; $string['levitate:view_levitate_analytics'] = 'Capability to view analytics'; $string['levitate:view_levitate_catalog'] = 'Capability to explore course catalog';
Spelling mistakes:
Please change: $string['invalidtoken'] = 'Provided token is not a valid one, Kindly update the token from the plugin setttings';
$string['invalidtoken'] = 'Provided token is not a valid one, Kindly update the token from the plugin setttings';
To: $string['invalidtoken'] = 'Provided token is not a valid one, Kindly update the token from the plugin settings';
$string['invalidtoken'] = 'Provided token is not a valid one, Kindly update the token from the plugin settings';
Note: this is not a blocker for approval in the plugins db.
All the strings are updated as per the guidelines
Camel Case: Moodle uses sentence case - please check your lang strings as some use camel case.
Please change:
$string['coursecategory_required'] = 'Kindly Select the Course Category'; $string['levitate:view_levitate_analytics'] = 'Capability to view Analytics'; $string['levitate:view_levitate_catalog'] = 'Capability to explore Course Catalog';
To:
$string['coursecategory_required'] = 'Kindly select the course category'; $string['levitate:view_levitate_analytics'] = 'Capability to view analytics'; $string['levitate:view_levitate_catalog'] = 'Capability to explore course catalog';
Spelling mistakes:
Please change:
$string['invalidtoken'] = 'Provided token is not a valid one, Kindly update the token from the plugin setttings';
To:
$string['invalidtoken'] = 'Provided token is not a valid one, Kindly update the token from the plugin settings';
Note: this is not a blocker for approval in the plugins db.