From 7a959a3b927f0f39f9cdc86160c8a3c272add055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 15 Feb 2016 15:38:09 +0100 Subject: [PATCH] Add plan lightbox translations --- app/locales/taiga/locale-en.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/locales/taiga/locale-en.json b/app/locales/taiga/locale-en.json index c52d9415..2f397340 100644 --- a/app/locales/taiga/locale-en.json +++ b/app/locales/taiga/locale-en.json @@ -1511,6 +1511,14 @@ "TITLE": "Payment History", "FREE": "Free until April, 30th", "CHANGE_DATA": "Change payment data" + }, + "PLANS_SELECTOR": { + "TITLE": "What plan do you need?", + "FREE": "Enjoy free plans until 30th April", + "CURRENT": "Current Plan", + "RECOMMENDED": "Recommended Plan", + "CUSTOM": "Custom", + "CONTACT": "Do you need more than 25 users per projects? We have custom plan for enterprises. Get in touch with us at support@taiga.io" } } }