mirror of https://github.com/vector-im/riot-web
parent
3e7c3bfff8
commit
b96a4a4092
|
@ -45,7 +45,7 @@ export default class VerificationShowSas extends React.Component {
|
||||||
"Verify this user by confirming the following number appears on their screen.",
|
"Verify this user by confirming the following number appears on their screen.",
|
||||||
)}</p>
|
)}</p>
|
||||||
<p>{_t(
|
<p>{_t(
|
||||||
"For maximum security, we reccommend you do this in person or use another " +
|
"For maximum security, we recommend you do this in person or use another " +
|
||||||
"trusted means of communication.",
|
"trusted means of communication.",
|
||||||
)}</p>
|
)}</p>
|
||||||
<HexVerify text={this.props.sas}
|
<HexVerify text={this.props.sas}
|
||||||
|
|
|
@ -328,7 +328,7 @@
|
||||||
"Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.",
|
"Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.",
|
||||||
"Got It": "Got It",
|
"Got It": "Got It",
|
||||||
"Verify this user by confirming the following number appears on their screen.": "Verify this user by confirming the following number appears on their screen.",
|
"Verify this user by confirming the following number appears on their screen.": "Verify this user by confirming the following number appears on their screen.",
|
||||||
"For maximum security, we reccommend you do this in person or use another trusted means of communication.": "For maximum security, we reccommend you do this in person or use another trusted means of communication.",
|
"For maximum security, we recommend you do this in person or use another trusted means of communication.": "For maximum security, we recommend you do this in person or use another trusted means of communication.",
|
||||||
"To continue, click on each pair to confirm it's correct.": "To continue, click on each pair to confirm it's correct.",
|
"To continue, click on each pair to confirm it's correct.": "To continue, click on each pair to confirm it's correct.",
|
||||||
"Continue": "Continue",
|
"Continue": "Continue",
|
||||||
"A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains",
|
"A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains",
|
||||||
|
@ -463,7 +463,7 @@
|
||||||
"Legal": "Legal",
|
"Legal": "Legal",
|
||||||
"For help with using Riot, click <a>here</a>.": "For help with using Riot, click <a>here</a>.",
|
"For help with using Riot, click <a>here</a>.": "For help with using Riot, click <a>here</a>.",
|
||||||
"For help with using Riot, click <a>here</a> or start a chat with our bot using the button below.": "For help with using Riot, click <a>here</a> or start a chat with our bot using the button below.",
|
"For help with using Riot, click <a>here</a> or start a chat with our bot using the button below.": "For help with using Riot, click <a>here</a> or start a chat with our bot using the button below.",
|
||||||
"Start a chat with Riot Bot": "Start a chat with Riot Bot",
|
"Chat with Riot Bot": "Chat with Riot Bot",
|
||||||
"Check for update": "Check for update",
|
"Check for update": "Check for update",
|
||||||
"Help & About": "Help & About",
|
"Help & About": "Help & About",
|
||||||
"Bug reporting": "Bug reporting",
|
"Bug reporting": "Bug reporting",
|
||||||
|
@ -1022,7 +1022,6 @@
|
||||||
"password": "password",
|
"password": "password",
|
||||||
"Use Legacy Verification (for older clients)": "Use Legacy Verification (for older clients)",
|
"Use Legacy Verification (for older clients)": "Use Legacy Verification (for older clients)",
|
||||||
"Verify by comparing a short text string.": "Verify by comparing a short text string.",
|
"Verify by comparing a short text string.": "Verify by comparing a short text string.",
|
||||||
"For maximum security, we recommend you do this in person or use another trusted means of communication.": "For maximum security, we recommend you do this in person or use another trusted means of communication.",
|
|
||||||
"Begin Verifying": "Begin Verifying",
|
"Begin Verifying": "Begin Verifying",
|
||||||
"Waiting for partner to accept...": "Waiting for partner to accept...",
|
"Waiting for partner to accept...": "Waiting for partner to accept...",
|
||||||
"Waiting for %(userId)s to confirm...": "Waiting for %(userId)s to confirm...",
|
"Waiting for %(userId)s to confirm...": "Waiting for %(userId)s to confirm...",
|
||||||
|
|
Loading…
Reference in New Issue