Skip to content

Commit

Permalink
fix(crons): fix monitors margins typo (#84035)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaprl authored Jan 24, 2025
1 parent 2d24416 commit 9618a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/views/monitors/components/monitorForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ function MonitorForm({
DEFAULT_MAX_RUNTIME
)}
help={t(
'Number of a minutes before an in-progress check-in is marked timed out.'
'Number of minutes before an in-progress check-in is marked timed out.'
)}
label={t('Max Runtime')}
/>
Expand Down

0 comments on commit 9618a2f

Please sign in to comment.