Skip to content

Commit

Permalink
[4.1] Tasks site offline (#36206)
Browse files Browse the repository at this point in the history
Corrects the language string

## Before

## After
  • Loading branch information
brianteeman authored Dec 7, 2021
1 parent 6ef19c2 commit bb9b677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_task_sitestatus.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PLG_TASK_SITE_STATUS_ERROR_CONFIGURATION_PHP_NOTWRITABLE="Could not make configu
PLG_TASK_SITE_STATUS_ERROR_WRITE_FAILED="Could not write to the configuration file!"
PLG_TASK_SITE_STATUS_ROUTINE_END_LOG_MESSAGE="ToggleOffline return code is: %1$d. Processing Time: %2$.2f seconds."
PLG_TASK_SITE_STATUS_TASK_LOG_SITE_STATUS="Site was %1$s, is now %2$s."
PLG_TASK_SITE_STATUS_SET_OFFLINE_DESC="Sets site offline to online on each run."
PLG_TASK_SITE_STATUS_SET_OFFLINE_DESC="Sets site status to online on each run."
PLG_TASK_SITE_STATUS_SET_OFFLINE_ROUTINE_END_LOG_MESSAGE="SetOffline return code is: %1$d. Processing Time: %2$.2f seconds."
PLG_TASK_SITE_STATUS_SET_OFFLINE_TITLE="Set Site Offline."
PLG_TASK_SITE_STATUS_SET_ONLINE_DESC="Sets site status to online on each run."
Expand Down

0 comments on commit bb9b677

Please sign in to comment.