diff --git a/apps/web/components/listings/inquiry-modal.tsx b/apps/web/components/listings/inquiry-modal.tsx index 9a06bef..5b69327 100644 --- a/apps/web/components/listings/inquiry-modal.tsx +++ b/apps/web/components/listings/inquiry-modal.tsx @@ -65,11 +65,11 @@ export function InquiryModal({ const trimmedPhone = phone.trim(); if (!trimmedMessage) { - setError('Vui long nhap noi dung tin nhan'); + setError('Vui lòng nhập nội dung tin nhắn'); return; } if (!trimmedPhone || trimmedPhone.length < 9) { - setError('Vui long nhap so dien thoai hop le'); + setError('Vui lòng nhập số điện thoại hợp lệ'); return; } @@ -91,7 +91,7 @@ export function InquiryModal({ setError( err instanceof ApiError ? err.message - : 'Gui tin nhan that bai. Vui long thu lai.', + : 'Gửi tin nhắn thất bại. Vui lòng thử lại.', ); } }; @@ -101,9 +101,9 @@ export function InquiryModal({ - Da gui thanh cong! + Đã gửi thành công! - Tin nhan cua ban da duoc gui den {sellerName}. Ho se lien he voi ban som nhat co the. + Tin nhắn của bạn đã được gửi đến {sellerName}. Họ sẽ liên hệ với bạn sớm nhất có thể.
@@ -122,7 +122,7 @@ export function InquiryModal({
- +
@@ -133,9 +133,9 @@ export function InquiryModal({ - Nhan tin cho nguoi ban + Nhắn tin cho người bán - Gui tin nhan ve tin dang “{listingTitle}” + Gửi tin nhắn về tin đăng “{listingTitle}” @@ -147,10 +147,10 @@ export function InquiryModal({ )}
- +