Improve partial translation or
to have usage context (#9244)
This commit is contained in:
parent
9f5857dd38
commit
b91f0ed7ba
5 changed files with 26 additions and 6 deletions
|
@ -100,7 +100,12 @@ export default class VerificationPanel extends React.PureComponent<IProps, IStat
|
|||
</div>;
|
||||
}
|
||||
const or = qrBlockDialog && sasBlockDialog ?
|
||||
<div className='mx_VerificationPanel_QRPhase_betweenText'>{ _t("or") }</div> : null;
|
||||
<div className='mx_VerificationPanel_QRPhase_betweenText'>
|
||||
{ _t("%(qrCode)s or %(emojiCompare)s", {
|
||||
emojiCompare: "",
|
||||
qrCode: "",
|
||||
}) }
|
||||
</div> : null;
|
||||
return (
|
||||
<div>
|
||||
{ _t("Verify this device by completing one of the following:") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue