From 44fb9b74148b4f3cfae7c32526be5ed81ea450ea Mon Sep 17 00:00:00 2001 From: edalex-ian <43919233+edalex-ian@users.noreply.github.com> Date: Fri, 20 Mar 2020 17:48:29 +1100 Subject: [PATCH] Fix typo in privacy:metadata:lti_client:roles Part of feedback for #74 --- lang/en/equella.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/equella.php b/lang/en/equella.php index 085f9cc..02dc7fa 100644 --- a/lang/en/equella.php +++ b/lang/en/equella.php @@ -175,4 +175,4 @@ $string['privacy:metadata:lti_client:familyname'] = 'Your family name is sent to the openEQUELLA system for SSO login'; $string['privacy:metadata:lti_client:fullname'] = 'Your full name is sent to the openEQUELLA system for SSO login'; $string['privacy:metadata:lti_client:email'] = 'Your email address is sent to the openEQUELLA system for SSO login'; -$string['privacy:metadata:lti_client:roles'] = 'Your moodle roles are sent to the openEQUELLA system, which allows to allow you to access your data on the remote system.'; +$string['privacy:metadata:lti_client:roles'] = 'Your Moodle roles are sent to the openEQUELLA system, which allows you to access your data on the remote system.';