From 02e1b1e8f5f8e22d7ab39ebff99f7dd8e08a4221 Mon Sep 17 00:00:00 2001 From: pvhuwung Date: Sun, 21 Jul 2024 03:59:01 +0700 Subject: [PATCH] chore: fix confirm for type_confirm_to_delete_account --- src/gui/src/i18n/translations/vi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/i18n/translations/vi.js b/src/gui/src/i18n/translations/vi.js index 55283ca6..a8a0e6c1 100644 --- a/src/gui/src/i18n/translations/vi.js +++ b/src/gui/src/i18n/translations/vi.js @@ -296,7 +296,7 @@ const vi = { two_factor_disabled: '2FA đã tắt', two_factor_enabled: '2FA đã bật', type: 'Loại', - type_confirm_to_delete_account: "Gõ 'xác nhận' để xóa tài khoản của bạn.", // "Type 'confirm' to delete your account." + type_confirm_to_delete_account: "Gõ 'confirm' để xóa tài khoản của bạn.", ui_colors: "Màu sắc giao diện", ui_manage_sessions: "Quản lý phiên", ui_revoke: "Thu hồi",