You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
text improvements
This commit is contained in:
@@ -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.",
|
||||||
|
|||||||
Reference in New Issue
Block a user