text improvements
This commit is contained in:
parent
9ed83b8648
commit
1d8756b95d
2 changed files with 6 additions and 6 deletions
|
@ -43,11 +43,11 @@ export default class NewSessionReviewDialog extends React.PureComponent {
|
||||||
<ul>
|
<ul>
|
||||||
<li>{_t("Your password")}</li>
|
<li>{_t("Your password")}</li>
|
||||||
<li>{_t("Your homeserver")}</li>
|
<li>{_t("Your homeserver")}</li>
|
||||||
<li>{_t("This device, or the other device")}</li>
|
<li>{_t("This session, or the other session")}</li>
|
||||||
<li>{_t("The internet connection either device is using")}</li>
|
<li>{_t("The internet connection either session is using")}</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div>
|
<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>
|
||||||
</div>,
|
</div>,
|
||||||
onFinished: () => this.props.onFinished(false),
|
onFinished: () => this.props.onFinished(false),
|
||||||
|
|
|
@ -1574,9 +1574,9 @@
|
||||||
"Message edits": "Message edits",
|
"Message edits": "Message edits",
|
||||||
"Your account is not secure": "Your account is not secure",
|
"Your account is not secure": "Your account is not secure",
|
||||||
"Your password": "Your password",
|
"Your password": "Your password",
|
||||||
"This device, or the other device": "This device, or the other device",
|
"This session, or the other session": "This session, or the other session",
|
||||||
"The internet connection either device is using": "The internet connection either device is using",
|
"The internet connection either session is using": "The internet connection either session 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",
|
"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",
|
"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:",
|
"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.",
|
"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 a new issue