Skip to content

Commit

Permalink
[4.1] Tasks enabled/disabled (#36211)
Browse files Browse the repository at this point in the history
Tasks are enabled/disabled not published/unpublished. This PR corrects the tooltip for this using the same method as the plugin manager

Co-authored-by: Benjamin Trenkle <[email protected]>
  • Loading branch information
brianteeman and bembelimen authored Dec 8, 2021
1 parent 8ebd207 commit 21c4c78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions administrator/language/en-GB/com_scheduler.ini
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,5 @@ COM_SCHEDULER_TYPE_CHOOSE="Select a Task type"
COM_SCHEDULER_TYPE_OR_SELECT_OPTIONS="Type or select options"
COM_SCHEDULER_WARNING_EXISTING_TASK_TYPE_NOT_FOUND="The task routine for this task could not be found! <br> It's likely that the provider plugin was removed or disabled."
COM_SCHEDULER_XML_DESCRIPTION="Component for managing scheduled tasks and cronjobs (if supported by the server)."
JLIB_HTML_PUBLISH_ITEM="Enable task"
JLIB_HTML_UNPUBLISH_ITEM="Disable task"

0 comments on commit 21c4c78

Please sign in to comment.