From 2562afbd0eadbc0d4c1847691f5e5eb1107a6cb0 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 22 Jan 2022 12:24:40 -0800 Subject: [PATCH] Update Rooms.tsx --- components/Dashboard/Rooms.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Dashboard/Rooms.tsx b/components/Dashboard/Rooms.tsx index 56d5a39..2385533 100644 --- a/components/Dashboard/Rooms.tsx +++ b/components/Dashboard/Rooms.tsx @@ -389,7 +389,7 @@ export default function DashboardRoom() { {relativeTimeNextMeeting ? ( - {"You have your next one "}{" "} + {"You have your next scheduled one "}{" "} {relativeTimeNextMeeting} {"."}