From a2547fa31219b6475e65ed5bad80b7721352a641 Mon Sep 17 00:00:00 2001 From: Frederik <112972665+FrederikFraJylland@users.noreply.github.com> Date: Sun, 23 Oct 2022 16:58:28 +0200 Subject: [PATCH] Changed Danish translation of line Changed the Danish translation of "results.placing", so it has the same translation as "forms.team.placing" from the calander.json file in order to have consistency. --- public/locales/da/user.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/da/user.json b/public/locales/da/user.json index 63cb205a5..5084718a5 100644 --- a/public/locales/da/user.json +++ b/public/locales/da/user.json @@ -11,7 +11,7 @@ "sens": "Følsomhed", "results.title": "Resultater", - "results.placing": "Plads", + "results.placing": "Placering", "results.team": "Hold", "results.tournament": "Turnering", "results.participants": "Deltagere",