From 1b6360d9d3dddf10bf16aa65ce672cc0710ababb Mon Sep 17 00:00:00 2001 From: Mongkon Kaenjan Date: Tue, 16 Jan 2024 18:18:59 +0700 Subject: [PATCH] chore: change OFFLINE text in th translations (#8642) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit change OFFLINE text from เราไม่อยู่ to ออฟไลน์ --- app/javascript/widget/i18n/locale/th.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/widget/i18n/locale/th.json b/app/javascript/widget/i18n/locale/th.json index 03453633f..3885dfe7f 100644 --- a/app/javascript/widget/i18n/locale/th.json +++ b/app/javascript/widget/i18n/locale/th.json @@ -14,7 +14,7 @@ }, "TEAM_AVAILABILITY": { "ONLINE": "เรากำลังออนไลน์", - "OFFLINE": "เราไม่อยู่" + "OFFLINE": "ออฟไลน์" }, "REPLY_TIME": { "IN_A_FEW_MINUTES": "ปกติจะตอบกลับภายในไม่กี่นาที",