File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 318318$ visibilityOptions = [
319319 [
320320 'value ' => COURSE_VISIBILITY_OPEN_WORLD ,
321- 'label ' => get_lang ('Public - access authorized for whole world ' ),
321+ 'label ' => get_lang ('Public - access allowed for the whole world ' ),
322322 ],
323323 [
324324 'value ' => COURSE_VISIBILITY_OPEN_PLATFORM ,
325- 'label ' => get_lang ('Open - access allowed for registered users on the platform ' ),
325+ 'label ' => get_lang ('Open - access allowed for users registered on the platform ' ),
326326 ],
327327 [
328328 'value ' => COURSE_VISIBILITY_REGISTERED ,
329- 'label ' => get_lang ('Private (available only to course members) ' ),
329+ 'label ' => get_lang ('Private - access granted by privileged users ' ),
330330 ],
331331 [
332332 'value ' => COURSE_VISIBILITY_CLOSED ,
333- 'label ' => get_lang ('Closed - no access to this course ' ),
333+ 'label ' => get_lang ('Closed - the course is only accessible to the teachers ' ),
334334 ],
335335 [
336336 'value ' => COURSE_VISIBILITY_HIDDEN ,
337- 'label ' => get_lang ('Invisible - Completely invisible and inaccessible for all users except administrators ' ),
337+ 'label ' => get_lang ('Hidden - Completely hidden to all users except the administrators ' ),
338338 ],
339339];
340340
You can’t perform that action at this time.
0 commit comments