From 68590db6b08a67e9265e507925cc9d39f7f00c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 22 Feb 2016 09:10:27 +0100 Subject: [PATCH] Fix typo --- app/locales/taiga/locale-en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locales/taiga/locale-en.json b/app/locales/taiga/locale-en.json index 1c3dfa54..0e9aa7da 100644 --- a/app/locales/taiga/locale-en.json +++ b/app/locales/taiga/locale-en.json @@ -1523,7 +1523,7 @@ "DOWNGRADE": { "TITLE": "Downgrade", "IMAGE_ALT": "Downgrading a plan", - "REASON": "You own more private projext or users per project than the maximum allowed by this plan. Your selected plan only allows {{projects}} private projects and {{members}} members per private project, so if you want to change to the {{plan}} plan you should make the following changes", + "REASON": "You own more private projects or users per project than the maximum allowed by this plan. Your selected plan only allows {{projects}} private projects and {{members}} members per private project, so if you want to change to the {{plan}} plan you should make the following changes", "MORE_PROJECTS": "If you have more than {{projects}} private projects", "MORE_PROJECTS_OPTION1": "Keep {{projects}} private projects as maximum and set the others as public", "MORE_PROJECTS_OPTION2": "Keep {{projects}} private projects and delete the others",