You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/customcert.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@
238
238
239
239
Enabling this option may improve the performance of the scheduled task by offloading email processing to ad-hoc tasks.';
240
240
$string['usecustomfilename'] = 'Use custom file name pattern';
241
-
$string['usecustomfilename_help'] = 'If enabled, you can define a custom file name pattern for certificates using placeholders such as {FIRST NAME}, {LAST NAME}, {GROUP}, {COUSRE SHORT NAME}, {DATE}.';
241
+
$string['usecustomfilename_help'] = 'If enabled, you can define a custom file name pattern for certificates using placeholders. The placeholders are {FIRST_NAME}, {LAST_NAME}, {GROUP_NAME}, {COURSE_SHORT_NAME}, {COURSE_FULL_NAME} and {ISSUE_DATE}.';
242
242
$string['userlanguage'] = 'Use user preferences';
243
243
$string['userlanguage_help'] = 'You can force the language of the certificate to override the user\'s language preferences.';
0 commit comments