Создал директории для каждого компонента auth

This commit is contained in:
SleepWalker
2016-03-13 10:50:09 +02:00
parent 518901fb57
commit 41015ca336
27 changed files with 18 additions and 18 deletions

View File

@@ -0,0 +1,28 @@
import { defineMessages } from 'react-intl';
export default defineMessages({
accountActivationTitle: {
id: 'accountActivationTitle',
defaultMessage: 'Account activation'
},
activationMailWasSent: {
id: 'activationMailWasSent',
defaultMessage: 'Please check {email} for the message with the last registration step'
},
confirmEmail: {
id: 'confirmEmail',
defaultMessage: 'Confirm E-mail'
},
didNotReceivedEmail: {
id: 'didNotReceivedEmail',
defaultMessage: 'Did not received E-mail?'
},
enterTheCode: {
id: 'enterTheCode',
defaultMessage: 'Enter the code from E-mail here'
}
});