Unverified Commit 2d5d734d authored by Zeng1998's avatar Zeng1998 Committed by GitHub

chore: update i18n for account settings (#582)

parent e1e5121d
...@@ -36,10 +36,10 @@ const MyAccountSection = () => { ...@@ -36,10 +36,10 @@ const MyAccountSection = () => {
<div className="flex flex-row justify-start items-center text-base text-gray-600">{user.email}</div> <div className="flex flex-row justify-start items-center text-base text-gray-600">{user.email}</div>
<div className="w-full flex flex-row justify-start items-center mt-2 space-x-2"> <div className="w-full flex flex-row justify-start items-center mt-2 space-x-2">
<button className="btn-normal" onClick={showUpdateAccountDialog}> <button className="btn-normal" onClick={showUpdateAccountDialog}>
Update Information {t("setting.account-section.update-information")}
</button> </button>
<button className="btn-normal" onClick={showChangePasswordDialog}> <button className="btn-normal" onClick={showChangePasswordDialog}>
Change Password {t("setting.account-section.change-password")}
</button> </button>
</div> </div>
</div> </div>
......
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
"system": "System", "system": "System",
"account-section": { "account-section": {
"title": "Account Information", "title": "Account Information",
"update-information": "Update Information",
"change-password": "Change password" "change-password": "Change password"
}, },
"preference-section": { "preference-section": {
......
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
"system": "Système", "system": "Système",
"account-section": { "account-section": {
"title": "Informations sur le compte", "title": "Informations sur le compte",
"update-information": "Mettre à jour les informations",
"change-password": "Modifier le mot de passe" "change-password": "Modifier le mot de passe"
}, },
"preference-section": { "preference-section": {
......
...@@ -137,6 +137,7 @@ ...@@ -137,6 +137,7 @@
"system": "hệ thống", "system": "hệ thống",
"account-section": { "account-section": {
"title": "Thông tin tài khoản", "title": "Thông tin tài khoản",
"update-information": "Cập nhật thông tin",
"change-password": "Đổi mật khẩu" "change-password": "Đổi mật khẩu"
}, },
"preference-section": { "preference-section": {
......
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
"system": "系统", "system": "系统",
"account-section": { "account-section": {
"title": "账号信息", "title": "账号信息",
"update-information": "更新个人信息",
"change-password": "修改密码" "change-password": "修改密码"
}, },
"preference-section": { "preference-section": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment