From 9b1ccd494e3ba931b2f8b3eee895be89a5722cbb Mon Sep 17 00:00:00 2001 From: Jelle Z Date: Thu, 1 Feb 2018 18:59:46 +0100 Subject: [PATCH] Fixed grammar issue (#82) --- webapp/titanembeds/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/titanembeds/constants.py b/webapp/titanembeds/constants.py index 31d359e..e17eaa6 100644 --- a/webapp/titanembeds/constants.py +++ b/webapp/titanembeds/constants.py @@ -14,7 +14,7 @@ QUERY_PARAMETERS = [ { "name": "lang", "type": "language", - "description": "Is your users multilingual? No worries, Titan can speak multiple languages! Check the about page for a list of all language parameters Titan can support.
Wish Titan supported your language? Consider contributing to our CrowdIn project!", + "description": "Are your users multilingual? No worries, Titan can speak multiple languages! Check the about page for a list of all language parameters Titan can support.
Wish Titan supported your language? Consider contributing to our CrowdIn project!", "example": "nl_NL", "input": "text", },