Improve partial translation or to have usage context (#9244)

This commit is contained in:
Michael Telatynski 2022-09-06 13:27:36 +01:00 committed by GitHub
parent 9f5857dd38
commit b91f0ed7ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 6 deletions

View file

@ -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:") }