diff --git a/web/src/components/Settings/MyAccountSection.tsx b/web/src/components/Settings/MyAccountSection.tsx index 20c6bf7ff..c912ed142 100644 --- a/web/src/components/Settings/MyAccountSection.tsx +++ b/web/src/components/Settings/MyAccountSection.tsx @@ -36,10 +36,10 @@ const MyAccountSection = () => {
{user.email}
diff --git a/web/src/locales/en.json b/web/src/locales/en.json index 68841d9b3..fa82ca1ce 100644 --- a/web/src/locales/en.json +++ b/web/src/locales/en.json @@ -138,6 +138,7 @@ "system": "System", "account-section": { "title": "Account Information", + "update-information": "Update Information", "change-password": "Change password" }, "preference-section": { diff --git a/web/src/locales/fr.json b/web/src/locales/fr.json index e246fc8ec..2680a6234 100644 --- a/web/src/locales/fr.json +++ b/web/src/locales/fr.json @@ -138,6 +138,7 @@ "system": "Système", "account-section": { "title": "Informations sur le compte", + "update-information": "Mettre à jour les informations", "change-password": "Modifier le mot de passe" }, "preference-section": { diff --git a/web/src/locales/vi.json b/web/src/locales/vi.json index f6e3f4a30..321895366 100644 --- a/web/src/locales/vi.json +++ b/web/src/locales/vi.json @@ -137,6 +137,7 @@ "system": "hệ thống", "account-section": { "title": "Thông tin tài khoản", + "update-information": "Cập nhật thông tin", "change-password": "Đổi mật khẩu" }, "preference-section": { diff --git a/web/src/locales/zh.json b/web/src/locales/zh.json index 8c2917d7b..5e7cec45f 100644 --- a/web/src/locales/zh.json +++ b/web/src/locales/zh.json @@ -138,6 +138,7 @@ "system": "系统", "account-section": { "title": "账号信息", + "update-information": "更新个人信息", "change-password": "修改密码" }, "preference-section": {