Skip to content

Commit a442850

Browse files
committed
#3894 moved EST to after the time
1 parent 149f0b4 commit a442850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/src/services/notifications.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export default class NotificationsService {
182182
return (
183183
`${usersToSlackPings(designReview.attendees ?? [])} ${
184184
designReview.wbsElement.name
185-
} will be having a design review today at EST ${meetingStartTimePipe(designReview.meetingTimes)}! ` +
185+
} will be having a design review today at ${meetingStartTimePipe(designReview.meetingTimes)} EST! ` +
186186
zoomLink +
187187
questionDocLink
188188
);

0 commit comments

Comments
 (0)