View | Details | Raw Unified | Return to bug 42218
Collapse All | Expand All

(-)a/ucs-school-umc-users/umc/js/schoolusers.js (+1 lines)
Lines 297-302 define([ Link Here
297
				widgets: [ {
297
				widgets: [ {
298
					type: Text,
298
					type: Text,
299
					name: 'info',
299
					name: 'info',
300
					// i18n: 0: number of selected users; 1 and 2: "students" / "teachers"
300
					content: '<p>' + lang.replace( _( 'Clicking the <i>Reset</i> button will set the password for all {0} selected {1} to the given password. For security reasons the {2} should be forced to change the password on the next login.' ), [ items.length, userType, userType ] ) + '</p>'
301
					content: '<p>' + lang.replace( _( 'Clicking the <i>Reset</i> button will set the password for all {0} selected {1} to the given password. For security reasons the {2} should be forced to change the password on the next login.' ), [ items.length, userType, userType ] ) + '</p>'
301
				},{
302
				},{
302
					type: CheckBox,
303
					type: CheckBox,

Return to bug 42218