diff --git a/src/locales/en.json b/src/locales/en.json
index be17e1f..4f1cf02 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -169,7 +169,8 @@
"register": "You have been registered to Kaverti, Welcome!",
"emailVerify": "Please verify your email to get full access to Kaverti!",
"outdated": "You are using an outdated version of Kaverti, please refresh.",
- "insecure": "You are accessing Kaverti insecurely, authentication features will be disabled for security."
+ "insecure": "You are accessing Kaverti insecurely, authentication features will be disabled for security.",
+ "verifySent": "Email address verification email has been sent!"
},
"generic": {
"name": "Kaverti",
@@ -252,10 +253,22 @@
"title": "Security",
"password": {
"title": "Changing your password",
- "oldPassword": "Please enter your old password",
+ "oldPassword": "Please enter your existing password",
"newPassword": "Please enter your new desired password",
"newPasswordConfirm": "Please re-enter your desired password",
"change": "Change password (You will be logged out)"
+ },
+ "email": {
+ "title": "Change email address",
+ "newEmail": "Enter your new email address",
+ "change": "Change",
+ "verified": "Email Verified: ",
+ "verifiedTrue": "Yes",
+ "verifiedFalse": "No",
+ "current": "Your email is: "
+ },
+ "resend": {
+ "resend": "Resend Email Verification"
}
},
"privacy": {
diff --git a/src/views/SettingsSecurity.vue b/src/views/SettingsSecurity.vue
index a544f02..cd4ff6c 100644
--- a/src/views/SettingsSecurity.vue
+++ b/src/views/SettingsSecurity.vue
@@ -16,6 +16,15 @@
{{$t('settings.security.email.current')}} {{$store.state.user.email}}
+{{$t('settings.security.email.verified')}} {{$t('settings.security.email.verifiedFalse')}}