From 46f81ebf254c1829435adeacf5bffb78f6891c89 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Sun, 10 Nov 2024 16:42:04 -0500 Subject: [PATCH] add info to inviteModal --- components/ModalContent/InviteModal.tsx | 8 +++++++- public/locales/en/common.json | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/components/ModalContent/InviteModal.tsx b/components/ModalContent/InviteModal.tsx index c267903..eb488db 100644 --- a/components/ModalContent/InviteModal.tsx +++ b/components/ModalContent/InviteModal.tsx @@ -100,7 +100,13 @@ export default function InviteModal({ onClose }: Props) {
-

{t("invite_user_note")}

+

{t("invite_user_note")}

+

+ {t("invite_user_price", { + price: 4, + priceAnnual: 36, + })} +