mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-03 16:17:16 +00:00
feat(web): improve login error layout and add Terms of Service link
- Improve backend connection error display with bordered container, inline icon, and better visual hierarchy - Extract actual error message from axios response object - Add Terms of Service link (https://langbot.app/terms) to login footer - Add termsOfService i18n key for all 7 locales
This commit is contained in:
@@ -63,6 +63,7 @@ const thTH = {
|
||||
test: 'ทดสอบ',
|
||||
forgotPassword: 'ลืมรหัสผ่าน?',
|
||||
agreementNotice: 'การดำเนินการต่อแสดงว่าคุณยอมรับ',
|
||||
termsOfService: 'ข้อกำหนดการให้บริการ',
|
||||
privacyPolicy: 'นโยบายความเป็นส่วนตัว',
|
||||
and: 'และ',
|
||||
dataCollectionPolicy: 'นโยบายการเก็บรวบรวมข้อมูล',
|
||||
|
||||
Reference in New Issue
Block a user