aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-05-03 21:19:52 +0200
committerChristian Schneppe <christian@pix-art.de>2019-05-03 21:19:52 +0200
commit88a275a433c8115bf26f9fba1a8578a3bc865487 (patch)
tree1a075ac58923a0d1f5fff046bbf049b70afdd11a /src/main/res/values
parenta129263860aca0f6b6a1dfec7f5439e7dcad17dd (diff)
add contact dialog: warn on suspicious addresses
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 7b27130ea..027279364 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -910,4 +910,7 @@
<string name="channel_discover_opt_in_message"><![CDATA[Channel discovery uses a third party service called <a href="https://search.jabbercat.org">search.jabbercat.org</a>.<br><br>Using this feature will transmit your IP address and search terms to that service. See their <a href="https://search.jabbercat.org/privacy">Privacy Policy</a> for more information.]]></string>
<string name="action_add_existing_account">Add existing account</string>
<string name="use_own_provider">Use own provider</string>
+ <string name="this_looks_like_a_domain">This looks like a domain address</string>
+ <string name="add_anway">Add anyway</string>
+ <string name="this_looks_like_channel">This looks like a channel address</string>
</resources>