Skip to content

Commit 682da2d

Browse files
committed
Make new setting description more detailed (#531)
1 parent 92d1645 commit 682da2d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lang/en/customcert.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,10 @@
225225
$string['uploadimage'] = 'Upload image';
226226
$string['uploadimagedesc'] = 'This link will take you to a new screen where you will be able to upload images. Images uploaded using
227227
this method will be available throughout your site to all users who are able to create a certificate.';
228-
$string['useadhoc'] = 'Use Email Certificate adhoc task';
229-
$string['useadhoc_desc'] = 'If enabled, the email will be processed on an adhoc task created per issue. If disabled, the email will be processed by the scheduled task. This may help to improve the performance of the scheduled task.';
228+
$string['useadhoc'] = 'Use Email Certificate Ad-hoc Task';
229+
$string['useadhoc_desc'] = 'When enabled, emails related to certificates will be handled immediately through an ad-hoc task created for each issue. When disabled, emails will be managed by the regular scheduled task.
230+
231+
Enabling this option may improve the performance of the scheduled task by offloading email processing to ad-hoc tasks.';
230232
$string['userlanguage'] = 'Use user preferences';
231233
$string['userlanguage_help'] = 'You can force the language of the certificate to override the user\'s language preferences.';
232234
$string['verified'] = 'Verified';

0 commit comments

Comments
 (0)