diff options
author | 2020-11-28 00:49:09 +0100 | |
---|---|---|
committer | 2020-11-28 00:49:09 +0100 | |
commit | 88c2fa63eb8c3ade93914f77d427219b3233ca02 (patch) | |
tree | 7f9cf80e9146ac92af8b3344b416f21da04acece /client/src/admin/data | |
parent | 5bc2917e78c133cd8966a65aa200588eb6d7c0d6 (diff) | |
download | website_creator-88c2fa63eb8c3ade93914f77d427219b3233ca02.tar.gz website_creator-88c2fa63eb8c3ade93914f77d427219b3233ca02.tar.bz2 website_creator-88c2fa63eb8c3ade93914f77d427219b3233ca02.zip |
adding missing styles
Diffstat (limited to 'client/src/admin/data')
-rw-r--r-- | client/src/admin/data/translations.js | 8 |
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", }, |