mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
text improvements
This commit is contained in:
parent
9ed83b8648
commit
1d8756b95d
@ -43,11 +43,11 @@ export default class NewSessionReviewDialog extends React.PureComponent {
|
||||
<ul>
|
||||
<li>{_t("Your password")}</li>
|
||||
<li>{_t("Your homeserver")}</li>
|
||||
<li>{_t("This device, or the other device")}</li>
|
||||
<li>{_t("The internet connection either device is using")}</li>
|
||||
<li>{_t("This session, or the other session")}</li>
|
||||
<li>{_t("The internet connection either session is using")}</li>
|
||||
</ul>
|
||||
<div>
|
||||
{_t("We recomment you change your password and recovery key in Settings immediately")}
|
||||
{_t("We recommend you change your password and recovery key in Settings immediately")}
|
||||
</div>
|
||||
</div>,
|
||||
onFinished: () => this.props.onFinished(false),
|
||||
|
@ -1574,9 +1574,9 @@
|
||||
"Message edits": "Message edits",
|
||||
"Your account is not secure": "Your account is not secure",
|
||||
"Your password": "Your password",
|
||||
"This device, or the other device": "This device, or the other device",
|
||||
"The internet connection either device is using": "The internet connection either device is using",
|
||||
"We recomment you change your password and recovery key in Settings immediately": "We recomment you change your password and recovery key in Settings immediately",
|
||||
"This session, or the other session": "This session, or the other session",
|
||||
"The internet connection either session is using": "The internet connection either session is using",
|
||||
"We recommend you change your password and recovery key in Settings immediately": "We recommend you change your password and recovery key in Settings immediately",
|
||||
"New session": "New session",
|
||||
"Use this session to verify your new one, granting it access to encrypted messages:": "Use this session to verify your new one, granting it access to encrypted messages:",
|
||||
"If you didn’t sign in to this session, your account may be compromised.": "If you didn’t sign in to this session, your account may be compromised.",
|
||||
|
Loading…
Reference in New Issue
Block a user