diff --git a/admin/settings/badges.php b/admin/settings/badges.php index 10994fcb086..276582c3ccc 100644 --- a/admin/settings/badges.php +++ b/admin/settings/badges.php @@ -32,6 +32,7 @@ if (($hassiteconfig || has_any_capability(array( 'moodle/badges:createbadge', 'moodle/badges:manageglobalsettings', 'moodle/badges:awardbadge', + 'moodle/badges:configurecriteria', 'moodle/badges:configuremessages', 'moodle/badges:configuredetails', 'moodle/badges:deletebadge'), $systemcontext))) { @@ -74,6 +75,7 @@ if (($hassiteconfig || has_any_capability(array( 'moodle/badges:viewawarded', 'moodle/badges:createbadge', 'moodle/badges:awardbadge', + 'moodle/badges:configurecriteria', 'moodle/badges:configuremessages', 'moodle/badges:configuredetails', 'moodle/badges:deletebadge' diff --git a/admin/tool/behat/lang/en/tool_behat.php b/admin/tool/behat/lang/en/tool_behat.php index 9f426cc6a01..a67581d7664 100644 --- a/admin/tool/behat/lang/en/tool_behat.php +++ b/admin/tool/behat/lang/en/tool_behat.php @@ -38,6 +38,7 @@ $string['stepsdefinitionscontains'] = 'Contains'; $string['stepsdefinitionsfilters'] = 'Steps definitions'; $string['stepsdefinitionstype'] = 'Type'; $string['theninfo'] = 'Then. Checkings to ensure the outcomes are the expected ones'; +$string['unknownexceptioninfo'] = 'There was a problem with Selenium or the browser, try to upgrade Selenium to the latest version. Error: '; $string['viewsteps'] = 'Filter'; $string['wheninfo'] = 'When. Actions that provokes an event'; $string['wrongbehatsetup'] = 'Something is wrong with behat setup, ensure: