We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149f0b4 commit a442850Copy full SHA for a442850
1 file changed
src/backend/src/services/notifications.services.ts
@@ -182,7 +182,7 @@ export default class NotificationsService {
182
return (
183
`${usersToSlackPings(designReview.attendees ?? [])} ${
184
designReview.wbsElement.name
185
- } will be having a design review today at EST ${meetingStartTimePipe(designReview.meetingTimes)}! ` +
+ } will be having a design review today at ${meetingStartTimePipe(designReview.meetingTimes)} EST! ` +
186
zoomLink +
187
questionDocLink
188
);
0 commit comments