From 4e01278ea88e88216b0130fb275d30172d6859de Mon Sep 17 00:00:00 2001 From: Akhil G Krishnan Date: Mon, 8 Nov 2021 17:44:02 +0530 Subject: [PATCH] TEAM_AVAILABILITY dutch translation issue fixed (#3324) --- app/javascript/widget/i18n/locale/nl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/widget/i18n/locale/nl.json b/app/javascript/widget/i18n/locale/nl.json index 070edaab4..8b2d29799 100644 --- a/app/javascript/widget/i18n/locale/nl.json +++ b/app/javascript/widget/i18n/locale/nl.json @@ -10,7 +10,7 @@ }, "TEAM_AVAILABILITY": { "ONLINE": "We zijn online", - "OFFLINE": "We are away at the moment" + "OFFLINE": "Op dit moment zijn we niet aanwezig" }, "REPLY_TIME": { "IN_A_FEW_MINUTES": "Reageert meestal binnen een paar minuten",