diff --git a/lang/en/local_o365.php b/lang/en/local_o365.php index 0d097bf75..1c8c8cc39 100644 --- a/lang/en/local_o365.php +++ b/lang/en/local_o365.php @@ -341,7 +341,7 @@ $string['settings_sign_off_integration'] = 'Single sign off'; $string['settings_sign_off_integration_details'] = 'If enabled, when a Moodle user using OIDC authentication method signs off from Moodle, Moodle will attempt to log the user off from Office 365 as well. -Note the URL of Moodle site ({$a}) needs to be added as an redirect URI in the Azure app created for Moodle Office 365 integration.'; +Note the URL of Moodle site ({$a}) needs to be added as a redirect URI in the Azure app created for Moodle Office 365 integration.'; $string['settings_o365china'] = 'Office 365 for China'; $string['settings_o365china_details'] = 'Check this if you are using Office 365 for China.'; $string['settings_clientid'] = 'Application ID'; @@ -529,7 +529,7 @@ $string['settings_tools_tenants_linktext'] = 'Configure additional tenants'; $string['settings_tools_tenants_details'] = 'Manage access to additional Office 365 tenants.'; $string['settings_usermatch'] = 'User Matching'; -$string['settings_usermatch_details'] = 'This tool allows you to match Moodle users with Office 365 users based on an custom uploaded data file.'; +$string['settings_usermatch_details'] = 'This tool allows you to match Moodle users with Office 365 users based on a custom uploaded data file.'; $string['settings_usersynccreationrestriction'] = 'User Creation Restriction'; $string['settings_usersynccreationrestriction_details'] = 'If enabled, only users that have the specified value for the specified Azure AD field will be created during user sync.'; $string['settings_usersynccreationrestriction_fieldval'] = 'Field value'; @@ -743,7 +743,7 @@
  • In Teams app catalog, find the app.
  • Click the option icon of the app, which is located at the top right corner of the app image.
  • Click "Copy link".
  • -
  • In a text editor, paste the copied content. It should contain an URL such as https://teams.microsoft.com/l/app/00112233-4455-6677-8899-aabbccddeeff.
  • +
  • In a text editor, paste the copied content. It should contain a URL such as https://teams.microsoft.com/l/app/00112233-4455-6677-8899-aabbccddeeff.
  • The last part of the URL, i.e. 00112233-4455-6677-8899-aabbccddeeff, is the app ID.'; $string['teams_no_course'] = 'You don\'t have any course to add.';