diff --git a/src/components/profile/passwordRequestForm/PasswordRequestForm.intl.json b/src/components/profile/passwordRequestForm/PasswordRequestForm.intl.json index 02362fa..8da2f27 100644 --- a/src/components/profile/passwordRequestForm/PasswordRequestForm.intl.json +++ b/src/components/profile/passwordRequestForm/PasswordRequestForm.intl.json @@ -1,4 +1,5 @@ { - "pleaseEnterPassword": "Please, enter your current password", - "title": "Confirm your action" + "title": "Confirm your action", + "description": "To complete action enter the account password", + "continue": "Continue" } diff --git a/src/components/profile/passwordRequestForm/PasswordRequestForm.jsx b/src/components/profile/passwordRequestForm/PasswordRequestForm.jsx index 27b656b..c276eaa 100644 --- a/src/components/profile/passwordRequestForm/PasswordRequestForm.jsx +++ b/src/components/profile/passwordRequestForm/PasswordRequestForm.jsx @@ -2,8 +2,11 @@ import React, { Component, PropTypes } from 'react'; import { FormattedMessage as Message } from 'react-intl'; +import classNames from 'classnames'; + import { Form, Button, Input, FormModel } from 'components/ui/form'; import popupStyles from 'components/ui/popup/popup.scss'; +import styles from './passwordRequestForm.scss'; import messages from './PasswordRequestForm.intl.json'; @@ -28,18 +31,28 @@ export default class PasswordRequestForm extends Component { -
+
+ + +
+ +
+
-