fix: logout btn color

This commit is contained in:
puriphatt 2024-06-28 02:27:01 +00:00
parent e75228ef58
commit 32449e7c4c
4 changed files with 12 additions and 4 deletions

View file

@ -6,6 +6,9 @@ export default {
errorOccurred: 'An error occurred.',
confirmLogoutTitle: 'Confirm Logout',
confirmLogoutMessage: 'Do you want to log out?',
// Backend
productGroupNotFound: 'Product group cannot be found.',
productGroupInUsed: 'Product group is in used.',

View file

@ -5,6 +5,9 @@ export default {
errorOccurred: 'เกิดข้อผิดพลาด.',
confirmLogoutTitle: 'ยืนยันการออกจากระบบ',
confirmLogoutMessage: 'คุณต้องการออกจากระบบ ใช่หรือไม่',
// Backend
productGroupNotFound: 'ไม่พบกลุ่มสินค้า',
productGroupInUsed: 'กลุ่มสินค้าที่ใช้งานอยู่',