Skip to content

Commit 72ec2fb

Browse files
style(crons): Small grammar change for 'check in' (#71065)
1 parent d11ece0 commit 72ec2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/monitors/components/monitorCheckIns.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function MonitorCheckIns({monitor, monitorEnvs, orgSlug}: Props) {
113113
<Status>
114114
<StatusIndicator
115115
status={checkStatusToIndicatorStatus[checkIn.status]}
116-
tooltipTitle={tct('Check In Status: [status]', {
116+
tooltipTitle={tct('Check-in Status: [status]', {
117117
status: statusToText[checkIn.status],
118118
})}
119119
/>

0 commit comments

Comments
 (0)