From 545b39148db4a6dadf3e3e195d04e2c70a46205f Mon Sep 17 00:00:00 2001 From: Michael Wittig Date: Fri, 3 Mar 2017 08:56:08 +0100 Subject: [PATCH] fix proper wording for one country --- core/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/models.py b/core/models.py index 2da0c83..677ff8c 100644 --- a/core/models.py +++ b/core/models.py @@ -243,7 +243,7 @@ class Meta: ('TH', "Thailand"), ('TG', "Togo"), ('TO', "Tonga"), - ('TT', "Trinidad und Tobago"), + ('TT', "Trinidad & Tobago"), ('TD', "Tschad"), ('CZ', "Tschechien"), ('TN', "Tunesien"),