summaryrefslogtreecommitdiffstats
path: root/client/src/admin/data
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/admin/data')
-rw-r--r--client/src/admin/data/translations.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/admin/data/translations.js b/client/src/admin/data/translations.js
index b4c34a2..732e311 100644
--- a/client/src/admin/data/translations.js
+++ b/client/src/admin/data/translations.js
@@ -4,9 +4,9 @@ export const translations = {
"en": {
"main-title": "Website Manager",
"login-to-admin": "Login to Admin Panel",
- "login-info": "Put your user name and password, then click login button",
+ "login-info": "Put your email and password, then click login button",
"login": "Login",
- "user": "User name",
+ "email": "Email",
"password": "Password",
"no-saved-websites": "You don't have any saved projects, create a new one",
"create-new-project": "Create new project",
@@ -16,9 +16,9 @@ export const translations = {
"show-saved-projects": "Show saved projects",
"show-saved-projects-hover": "Click to show list of all saved projects",
"click-to-change-language": "Click to change language in the website manager",
- "click-to-change-user": "Click to logout or change user password",
+ "click-to-change-user": "Click to logout or change user settings",
"logout": "Logout",
- "click-to-logout": "Click to logout/change current user",
+ "click-to-logout": "Click to logout current user",
"user-settings": "User settings",
"click-to-change-user-settings": "Click to change user name, password or to completely remove current user",
},