Skip to content

Commit

Permalink
fix(modal): grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Aug 16, 2024
1 parent 4d9bb43 commit d803df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const EditScheduleModal = ({ schedule }: Props) => {
<div className={`space-y-3 my-6`}>
<a href='https://crontab.guru/' target='_blank' rel='noreferrer'>
<ItemContainer
description={'Online Editor for cron schedule experessions.'}
description={'Online editor for cron schedule experessions.'}
label={'Crontab Guru'}
// defaultChecked={showCheatsheet}
// onChange={() => setShowCheetsheet((s) => !s)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const TaskDetailsModal = ({ schedule, task }: Props) => {
</div>
<FormikSwitchV2
name={'continueOnFailure'}
description={'Future tasks will be run when this task fails.'}
description={'Future tasks will be run if this task fails.'}
label={'Continue on Failure'}
/>
<div className={`flex justify-end my-6`}>
Expand Down

0 comments on commit d803df8

Please sign in to comment.