Remove all directional quotation marks in the codebase (#7059)
This commit is contained in:
parent
71244f3b3c
commit
d61a83a7b9
17 changed files with 43 additions and 43 deletions
|
@ -90,9 +90,9 @@ const EncryptionPanel: React.FC<IProps> = (props: IProps) => {
|
|||
{ _t("One of the following may be compromised:") }
|
||||
<ul>
|
||||
<li>{ _t("Your homeserver") }</li>
|
||||
<li>{ _t("The homeserver the user you’re verifying is connected to") }</li>
|
||||
<li>{ _t("Yours, or the other users’ internet connection") }</li>
|
||||
<li>{ _t("Yours, or the other users’ session") }</li>
|
||||
<li>{ _t("The homeserver the user you're verifying is connected to") }</li>
|
||||
<li>{ _t("Yours, or the other users' internet connection") }</li>
|
||||
<li>{ _t("Yours, or the other users' session") }</li>
|
||||
</ul>
|
||||
</div>,
|
||||
onFinished: onClose,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue