diff --git a/src/components/Organization/Subscription.tsx b/src/components/Organization/Subscription.tsx index b47aaffe..c1a3b370 100644 --- a/src/components/Organization/Subscription.tsx +++ b/src/components/Organization/Subscription.tsx @@ -24,7 +24,7 @@ export const Subscription = () => { <> @@ -68,7 +68,7 @@ export const SubscriptionList = () => { {subscription.plan.name} ({subscription.plan.organization.memberships} members) - undefined + {subscription.plan.startingPrice} € {new Date(subscription.subscriptionDetails.startDate).toLocaleDateString()} diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json index 892139f9..9bb574d4 100644 --- a/src/i18n/locales/ca.json +++ b/src/i18n/locales/ca.json @@ -1103,6 +1103,7 @@ }, "total_votes_submitted": "Total Votes Submitted", "update": "Update", + "upgrade": "Amplia-ho", "upload": "Upload", "uploader": { "click_or_drag_and_drop": "Puja o arrossega i deixa anar aquí la llista de votants(Formats permesos: CSV, XLSX i ODS)", @@ -1130,6 +1131,7 @@ "verifying_subtitle": "Await until we verify your email address. You will be redirect on success.", "verifying_title": "Verifying {{ email }}" }, + "view_plans_and_pricing": "Veure Plans i Preus", "view_pricing": "View Pricing", "view_pricing_plan": "View Pricing Plan", "view_pricing_plans": "View Pricing Plans", diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index dddb3c3a..62630719 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -1090,6 +1090,7 @@ }, "total_votes_submitted": "Total Votes Submitted", "update": "Update", + "upgrade": "Upgrade", "upload": "Upload", "uploader": { "click_or_drag_and_drop": "Upload or drag and drop the voter list here(Allowed formats: CSV, XLSX, and ODS)", @@ -1117,6 +1118,7 @@ "verifying_subtitle": "Await until we verify your email address. You will be redirect on success.", "verifying_title": "Verifying {{ email }}" }, + "view_plans_and_pricing": "View Plans & Pricing", "view_pricing": "View Pricing", "view_pricing_plan": "View Pricing Plan", "view_pricing_plans": "View Pricing Plans", diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index 331a2306..67213007 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -1103,6 +1103,7 @@ }, "total_votes_submitted": "Total Votes Submitted", "update": "Update", + "upgrade": "Amplíalo", "upload": "Upload", "uploader": { "click_or_drag_and_drop": "Sube o arrastra y suelta aqui la lista de votantes(Formap permitidos: CSV, XLSX y ODS)", @@ -1130,6 +1131,7 @@ "verifying_subtitle": "Await until we verify your email address. You will be redirect on success.", "verifying_title": "Verifying {{ email }}" }, + "view_plans_and_pricing": "Ver Planes y Precios", "view_pricing": "View Pricing", "view_pricing_plan": "View Pricing Plan", "view_pricing_plans": "View Pricing Plans",