Skip to content

Commit

Permalink
Merge pull request #812 from lihaohong6/master
Browse files Browse the repository at this point in the history
Fix grammar
  • Loading branch information
jhuckaby authored Sep 25, 2024
2 parents 6cf86b7 + c237962 commit a6328ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/js/pages/Schedule.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ Class.subclass( Page.Base, "Page.Schedule", {
'<div class="caption">Run event as a detached background process that is never interrupted.</div>' +

'<div style="margin-top:10px"><input type="checkbox" id="fe_ee_queue" value="1" '+(event.queue ? 'checked="checked"' : '')+' onChange="$P().setGroupVisible(\'eq\',this.checked)"/><label for="fe_ee_queue">Allow Queued Jobs</label></div>' +
'<div class="caption">Jobs will be queued that cannot run immediately.</div>'
'<div class="caption">Jobs that cannot run immediately will be queued.</div>'
);
html += get_form_table_spacer();

Expand Down

0 comments on commit a6328ae

Please sign in to comment.