fix: Fixed small typo an cross signing reset modal (#1112)
This commit is contained in:
parent
f6694031a1
commit
dcad1840c4
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ function CrossSigningReset() {
|
||||||
<Text variant="h1">{twemojify('✋🧑🚒🤚')}</Text>
|
<Text variant="h1">{twemojify('✋🧑🚒🤚')}</Text>
|
||||||
<Text weight="medium">Resetting cross-signing keys is permanent.</Text>
|
<Text weight="medium">Resetting cross-signing keys is permanent.</Text>
|
||||||
<Text>
|
<Text>
|
||||||
Anyone you have verified with will see security alerts and your message backup will lost.
|
Anyone you have verified with will see security alerts and your message backup will be lost.
|
||||||
You almost certainly do not want to do this,
|
You almost certainly do not want to do this,
|
||||||
unless you have lost <b>Security Key</b> or <b>Phrase</b> and
|
unless you have lost <b>Security Key</b> or <b>Phrase</b> and
|
||||||
every session you can cross-sign from.
|
every session you can cross-sign from.
|
||||||
|
|
Loading…
Reference in a new issue