From 7141e7df02cbe227f8cd2ed234221d45110dee88 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 8 Jul 2025 14:02:18 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1=20web=20socket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/socket.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/socket.ts b/src/stores/socket.ts index 74688fb57..0b5ae15a6 100644 --- a/src/stores/socket.ts +++ b/src/stores/socket.ts @@ -90,7 +90,7 @@ export const useSocketStore = defineStore("socket", () => { fnStyleNotiOrg(); Notify.create({ message: `${message} ${ - type == "draft" ? "ไปยังแบบร่าง" : "ไปยังปัจจุบัน" + type == "draft" ? "ไปยังโครงสร้างแบบร่าง" : "ไปยังโครงสร้างปัจจุบัน" }`, html: true, group: false,