From f1243f02ccaf7595a3bc53965da16403bfede5d8 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 28 Mar 2024 17:16:01 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=9C=E0=B8=B4=E0=B8=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/MainLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index 5de1a24..5035a60 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -90,7 +90,7 @@ const fetchlistNotification = async (index: number, type: string) => { const doLogout = () => { $q.dialog({ title: "ยืนยันการออกจากระบบ", - message: `ต้องการออกจากระบบใช้หรือไม่?`, + message: `ต้องการออกจากระบบใช่หรือไม่?`, cancel: "ยกเลิก", ok: "ยืนยัน", persistent: true,