diff --git a/public/lang/en/backup.php b/public/lang/en/backup.php index 22f35672b00..f43e5daa6b6 100644 --- a/public/lang/en/backup.php +++ b/public/lang/en/backup.php @@ -35,8 +35,8 @@ $string['asyncgeneralsettings'] = 'Asynchronous backup/restore'; $string['asyncemailenable'] = 'Enable notifications'; $string['asyncemailenabledetail'] = 'If enabled, users will receive a notification when an asynchronous backup or restore completes.'; $string['asyncmessagebody'] = 'Notification'; -$string['asyncmessagebodydetail'] = 'Notification to send when an asynchronous backup or restore completes.'; $string['asyncmessagebodydefault'] = '{operation} (ID: {backupid}) completed. Access it here: {link}.'; +$string['asyncmessagebodydetail'] = 'Notification to send when an asynchronous backup or restore completes.'; $string['asyncmessagesubject'] = 'Subject'; $string['asyncmessagesubjectdetail'] = 'Notification subject'; $string['asyncmessagesubjectdefault'] = 'Moodle {operation} completed successfully'; diff --git a/public/mod/assign/lang/en/assign.php b/public/mod/assign/lang/en/assign.php index a5be758c5b1..0a4554a385f 100644 --- a/public/mod/assign/lang/en/assign.php +++ b/public/mod/assign/lang/en/assign.php @@ -705,8 +705,8 @@ $string['userextensiondate'] = 'Extension granted until: {$a}'; $string['userassignmentdefaults'] = 'User assignment defaults'; $string['useridlistnotcached'] = 'The grade changes were NOT saved, as it was not possible to determine which submission they were for.'; $string['useroverrides'] = 'User overrides'; -$string['usersubmissioncannotberemoved'] = 'The submission of {$a} cannot be removed.'; $string['usersnone'] = 'There are no users enrolled in this course or no users can access the assignment.'; +$string['usersubmissioncannotberemoved'] = 'The submission of {$a} cannot be removed.'; $string['userswhoneedtosubmit'] = 'Users who need to submit: {$a}'; $string['usergrade'] = 'User grade'; $string['validmarkingworkflowstates'] = 'Valid marking workflow states';