Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed May 10, 2023
1 parent e967d5a commit ef1b839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mara_cron/ui/schedule_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ def do_schedule_run(job_id: str):
print(f'schedule {job_id}')

return response.Response(
title=f'Task scheduled',
title=f'Job scheduled',
html=bootstrap.card(
body=_.div[
_.p[
"""The task is scheduled to run in less then 1 minute."""
"""The job is scheduled to run in less then 1 minute."""
],
bootstrap.button(url='javascript:history.back()',
label='Go to last page', icon='play',
Expand Down

0 comments on commit ef1b839

Please sign in to comment.