diff --git a/frontend/src/locale/en.json b/frontend/src/locale/en.json index 546fa5177..dfebb1360 100644 --- a/frontend/src/locale/en.json +++ b/frontend/src/locale/en.json @@ -507,6 +507,7 @@ "user_name": "User name", "user_name_description": "Only latin characters, dashes, underscores, and digits", "global_role_description": "Whether the user is an administrator or not", + "email_description": "Enter user email", "token": "Token", "token_description": "Specify use your personal access token", "global_role": "Global role", @@ -530,7 +531,8 @@ "refresh_token_confirm_message": "Are you sure you want to rotate token?", "refresh_token_button_label": "Rotate", "validation": { - "user_name_format": "Only letters, numbers, - or _" + "user_name_format": "Only letters, numbers, - or _", + "email_format": "Incorrect email" } }, diff --git a/frontend/src/pages/User/Details/Settings/index.tsx b/frontend/src/pages/User/Details/Settings/index.tsx index 52d98aa72..0c57ef3e8 100644 --- a/frontend/src/pages/User/Details/Settings/index.tsx +++ b/frontend/src/pages/User/Details/Settings/index.tsx @@ -80,12 +80,10 @@ export const Settings: React.FC = () => { {/*