mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
[android] Show dialog when (pending) contact already exists
If two different people sent the same link, show warning dialog to the user to prevent a social attack trying to discover contact relationships.
This commit is contained in:
@@ -227,6 +227,7 @@
|
||||
<string name="offline_state">No Internet connection</string>
|
||||
<string name="duplicate_link_dialog_title">Duplicate Link</string>
|
||||
<string name="duplicate_link_dialog_text_1">You already have a pending contact with this link: %s</string>
|
||||
<string name="duplicate_link_dialog_text_1_contact">You already have a contact with this link: %s</string>
|
||||
<!-- This is a question asking whether two nicknames refer to the same person -->
|
||||
<string name="duplicate_link_dialog_text_2">Are %s and %s the same person?</string>
|
||||
<!-- This is a button for answering that two nicknames do indeed refer to the same person. This
|
||||
|
||||
Reference in New Issue
Block a user