Fix key lock legend text

This commit is contained in:
Garth Vander Houwen 2025-08-13 21:21:36 -07:00
parent 9b4f86ca37
commit a3bf46ecd2
2 changed files with 6 additions and 2 deletions

View file

@ -47,7 +47,7 @@ struct LockLegend: View {
Text("Public Key Mismatch")
.fontWeight(.semibold)
}
Text("The public key does not match the recorded key. You may delete the node and let it exchange keys again, but this may indicate a more serious security problem. Contact the user through another trusted channel, to determine if the key change was due to a factory reset or other intentional action.")
Text("Verify who you are messaging with by comparing public keys in person or over the phone. The most recent public key for this node does not match the previously recorded key. You can delete the node and let it exchange keys again if the key change was due to a factory reset or other intentional action but this also may indicate a more serious security problem.")
.allowsTightening(/*@START_MENU_TOKEN@*/true/*@END_MENU_TOKEN@*/)
.font(.callout)
.fixedSize(horizontal: false, vertical: true)