From 42d9e7a09083aaa043a10a10e51ca4ce31063196 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 10 May 2020 15:18:24 +0200 Subject: [PATCH] Changed "Gevoelstemperatuur" to "Voelt als". This is shorter and saves mirror space. --- translations/nl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/nl.json b/translations/nl.json index 9a344eb3..1774b16c 100644 --- a/translations/nl.json +++ b/translations/nl.json @@ -29,5 +29,5 @@ "UPDATE_INFO_SINGLE": "De huidige installatie loopt {COMMIT_COUNT} commit achter op de {BRANCH_NAME} branch.", "UPDATE_INFO_MULTIPLE": "De huidige installatie loopt {COMMIT_COUNT} commits achter op de {BRANCH_NAME} branch.", - "FEELS": "Gevoelstemperatuur" + "FEELS": "Voelt als" }