diff --git a/src/i18n/en.json b/src/i18n/en.json index 325a9b7..45508fa 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -37,6 +37,7 @@ "Password": "Password", "ConfirmPassword": "Confirm Password", "UserInfo": "User Information", + "Session": "Session", "PwdNotMatch": "Confirm Password does not match.", "SetAsAdmin": "Set as admin.", "ActivateNow": "Activate now.", diff --git a/src/views/AccountManagement/MyAccount.vue b/src/views/AccountManagement/MyAccount.vue index c911f05..c31d4ff 100644 --- a/src/views/AccountManagement/MyAccount.vue +++ b/src/views/AccountManagement/MyAccount.vue @@ -1,6 +1,6 @@