Skip to content

Commit a8eaaf4

Browse files
authored
[4.1] Request interval seconds (#36660)
Adds the unit otherwise you have no way of knowing it is seconds and to be consistent to the task timeout label
1 parent 23d52f8 commit a8eaaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/language/en-GB/com_scheduler.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COM_SCHEDULER_CONFIG_HASH_PROTECTION_DESC="If enabled, tasks will only be trigge
1515
COM_SCHEDULER_CONFIG_LAZY_SCHEDULER_ENABLED_DESC="If disabled, scheduled tasks will not be triggered by visitors on the site.<br>Recommended if triggering with native cron."
1616
COM_SCHEDULER_CONFIG_LAZY_SCHEDULER_ENABLED_LABEL="Lazy Scheduler"
1717
COM_SCHEDULER_CONFIG_LAZY_SCHEDULER_INTERVAL_DESC="Interval between scheduler trigger requests from the client."
18-
COM_SCHEDULER_CONFIG_LAZY_SCHEDULER_INTERVAL_LABEL="Request Interval"
18+
COM_SCHEDULER_CONFIG_LAZY_SCHEDULER_INTERVAL_LABEL="Request Interval (seconds)"
1919
COM_SCHEDULER_CONFIG_RESET_WEBCRON_KEY_LABEL="Reset Access Key"
2020
COM_SCHEDULER_CONFIG_TASKS_FIELDSET_LABEL="Configure Tasks"
2121
COM_SCHEDULER_CONFIG_TASK_TIMEOUT_LABEL="Task Timeout (seconds)"

0 commit comments

Comments
 (0)