Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.9.2
-
Component/s: Language
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_29_STABLE
-
Fixed Branches:MOODLE_29_STABLE, MOODLE_30_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
As reported by Alexander Bias, when deleting an activity with JavaScript turned off, the string deletecheckfull | core is displayed:
'Are you absolutely sure you want to completely delete the user {$a}, including their enrolments, activity and other user data?'
It should use the same string as when JavaScript is turned on i.e. deletechecktypename | core:
'Are you sure that you want to delete the {$a->type} "{$a->name}"?'
Attachments
Issue Links
- has been marked as being related by
-
MDL-49082 "Delete user" confirmation page
-
- Closed
-