From 11cbc4d95212fa941f99b89b1b897d5e3a13fc45 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Tue, 14 Sep 2021 12:33:13 +0530 Subject: [PATCH] fix: Revert key changes in `it` translation files (#3010) --- app/javascript/dashboard/i18n/locale/it/chatlist.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/it/chatlist.json b/app/javascript/dashboard/i18n/locale/it/chatlist.json index e419e2e00..0f7988618 100644 --- a/app/javascript/dashboard/i18n/locale/it/chatlist.json +++ b/app/javascript/dashboard/i18n/locale/it/chatlist.json @@ -13,18 +13,18 @@ "STATUS_TABS": [ { "NAME": "Apri", - "KEY": "contaaperture" + "KEY": "openCount" }, { "NAME": "Risolti", - "KEY": "Conteggio" + "KEY": "allConvCount" } ], "ASSIGNEE_TYPE_TABS": [ { "NAME": "Miniera", "KEY": "Io", - "COUNT_KEY": "contaMinore" + "COUNT_KEY": "mineCount" }, { "NAME": "Non assegnato", @@ -40,11 +40,11 @@ "CHAT_STATUS_ITEMS": [ { "TEXT": "Apri", - "VALUE": "Aperto" + "VALUE": "open" }, { "TEXT": "Risolti", - "VALUE": "risolto" + "VALUE": "resolved" }, { "TEXT": "Pending",