diff --git a/enrol/lti/tests/behat/basic_settings.feature b/enrol/lti/tests/behat/basic_settings.feature index c2031792280..fe6337e5bef 100644 --- a/enrol/lti/tests/behat/basic_settings.feature +++ b/enrol/lti/tests/behat/basic_settings.feature @@ -40,14 +40,14 @@ Feature: Check that settings are adhered to when creating an enrolment plugin And the field "Timezone" matches value "Australia/Perth" And the field "Institution" matches value "Moodle Pty Ltd" And I set the following fields to these values: - | Email display | Hide my email address from everyone | - | City/town | Whistler | - | Select a country | Canada | - | Timezone | America/Vancouver | - | Institution | Moodle Pty Ltd - remote | + | Email display | Hide my email address from non-privileged users | + | City/town | Whistler | + | Select a country | Canada | + | Timezone | America/Vancouver | + | Institution | Moodle Pty Ltd - remote | And I press "Add method" And I click on "Edit" "link" in the "Publish as LTI tool" "table_row" - And the field "Email display" matches value "Hide my email address from everyone" + And the field "Email display" matches value "Hide my email address from non-privileged users" And the field "City/town" matches value "Whistler" And the field "Select a country" matches value "Canada" And the field "Timezone" matches value "America/Vancouver" diff --git a/theme/boost/templates/core_form/element-select.mustache b/theme/boost/templates/core_form/element-select.mustache index ac43dd816ae..a6a34072ed7 100644 --- a/theme/boost/templates/core_form/element-select.mustache +++ b/theme/boost/templates/core_form/element-select.mustache @@ -65,7 +65,7 @@ "attributes": "", "options": [ { - "text": "Hide my email address from everyone", + "text": "Hide my email address from non-privileged users", "value": 0, "selected": false, "disabled": false,