mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Создал директории для каждого компонента auth
This commit is contained in:
28
src/components/auth/activation/Activation.messages.js
Normal file
28
src/components/auth/activation/Activation.messages.js
Normal 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'
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user