From 6460fd25abb4e0072dadbf932da88418628b531c Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 8 Nov 2024 10:25:11 +0530 Subject: [PATCH] Fix --- web/apps/photos/src/components/Sidebar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/apps/photos/src/components/Sidebar/index.tsx b/web/apps/photos/src/components/Sidebar/index.tsx index 1fda3cff71..6dbc6599f9 100644 --- a/web/apps/photos/src/components/Sidebar/index.tsx +++ b/web/apps/photos/src/components/Sidebar/index.tsx @@ -326,7 +326,7 @@ function MemberSubscriptionManage({ open, userDetails, onClose }) { const confirmLeaveFamily = () => showMiniDialog({ - title: t("LEAVE_FAMILY_PLAN}"), + title: t("LEAVE_FAMILY_PLAN"), message: t("LEAVE_FAMILY_CONFIRM"), continue: { text: t("LEAVE"),