mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-28 16:00:24 +05:30
Разделены переводы для строк "правила проекта" на странице регистрации и странице принятия обновлённых правил
This commit is contained in:
parent
6dd628cc99
commit
b1fe20bd51
@ -3,5 +3,6 @@
|
|||||||
"accept": "Accept",
|
"accept": "Accept",
|
||||||
"declineAndLogout": "Decline and logout",
|
"declineAndLogout": "Decline and logout",
|
||||||
"description1": "We have updated our {link}.",
|
"description1": "We have updated our {link}.",
|
||||||
|
"termsOfService": "terms of service",
|
||||||
"description2": "In order to continue using {name} service, you need to accept them."
|
"description2": "In order to continue using {name} service, you need to accept them."
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,6 @@ import { Link } from 'react-router';
|
|||||||
|
|
||||||
import icons from 'components/ui/icons.scss';
|
import icons from 'components/ui/icons.scss';
|
||||||
import BaseAuthBody from 'components/auth/BaseAuthBody';
|
import BaseAuthBody from 'components/auth/BaseAuthBody';
|
||||||
import registerMessages from 'components/auth/register/Register.intl.json';
|
|
||||||
import appInfo from 'components/auth/appInfo/AppInfo.intl.json';
|
import appInfo from 'components/auth/appInfo/AppInfo.intl.json';
|
||||||
|
|
||||||
import styles from './acceptRules.scss';
|
import styles from './acceptRules.scss';
|
||||||
@ -28,7 +27,7 @@ export default class AcceptRulesBody extends BaseAuthBody {
|
|||||||
<Message {...messages.description1} values={{
|
<Message {...messages.description1} values={{
|
||||||
link: (
|
link: (
|
||||||
<Link to="/rules" target="_blank">
|
<Link to="/rules" target="_blank">
|
||||||
<Message {...registerMessages.termsOfService} />
|
<Message {...messages.termsOfService} />
|
||||||
</Link>
|
</Link>
|
||||||
)
|
)
|
||||||
}} />
|
}} />
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"components.auth.acceptRules.declineAndLogout": "Decline and logout",
|
"components.auth.acceptRules.declineAndLogout": "Decline and logout",
|
||||||
"components.auth.acceptRules.description1": "We have updated our {link}.",
|
"components.auth.acceptRules.description1": "We have updated our {link}.",
|
||||||
"components.auth.acceptRules.description2": "In order to continue using {name} service, you need to accept them.",
|
"components.auth.acceptRules.description2": "In order to continue using {name} service, you need to accept them.",
|
||||||
|
"components.auth.acceptRules.termsOfService": "terms of service",
|
||||||
"components.auth.acceptRules.title": "User Agreement",
|
"components.auth.acceptRules.title": "User Agreement",
|
||||||
"components.auth.activation.accountActivationTitle": "Account activation",
|
"components.auth.activation.accountActivationTitle": "Account activation",
|
||||||
"components.auth.activation.activationMailWasSent": "Please check {email} for the message with further instructions",
|
"components.auth.activation.activationMailWasSent": "Please check {email} for the message with further instructions",
|
||||||
|
Loading…
Reference in New Issue
Block a user