From 0d8af780a31190beb71735bb92edfb6632ed562c Mon Sep 17 00:00:00 2001 From: akwizgran Date: Sat, 15 Jun 2019 11:12:30 +0100 Subject: [PATCH] Add strings for duplicate pending contacts. --- briar-android/src/main/res/values/strings.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/briar-android/src/main/res/values/strings.xml b/briar-android/src/main/res/values/strings.xml index a22872df7..986309ad6 100644 --- a/briar-android/src/main/res/values/strings.xml +++ b/briar-android/src/main/res/values/strings.xml @@ -213,6 +213,13 @@ New contact added. %d new contacts added. + Duplicate Link + You already have a pending contact with this link: %s + Are %s and %s the same person? + Same Person + Different Person + %s and %s sent you the same link.\n\nOne of them may be trying to discover who your contacts are.\n\nDon\'t tell them you received the same link from someone else. + Pending contact updated -- GitLab