From 93b1ebb118abc31f7aae29f3763d47f33fd677f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 15 Feb 2016 07:34:51 +0100 Subject: [PATCH] Add translations --- app/locales/taiga/locale-en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/locales/taiga/locale-en.json b/app/locales/taiga/locale-en.json index 026d114a..c52d9415 100644 --- a/app/locales/taiga/locale-en.json +++ b/app/locales/taiga/locale-en.json @@ -1506,6 +1506,11 @@ "PUBLIC": "We love to share, so if you keep your projects public, it will be completely free.", "MORE_INFO_TITLE": "Frequently Asked Questions", "MORE_INFO": "More info (FAQ)" + }, + "PAYMENT_HISTORY": { + "TITLE": "Payment History", + "FREE": "Free until April, 30th", + "CHANGE_DATA": "Change payment data" } } }