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"),