aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-08-13 23:03:58 +0200
committerChristian Schneppe <christian@pix-art.de>2017-08-13 23:03:58 +0200
commit0025cf65dd70f215ad10007bde8302ea7f17e735 (patch)
treefd622385009dc926af8e789eb642921f16d5471a /src/main/res/values/strings.xml
parent9f06d99f6a7c09f3b0c3637ccc6fec6f296494d0 (diff)
do not crash on some very rare logging
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 0cb129c93..c8e8c216a 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -782,4 +782,5 @@
<string name="pref_validate_hostname">Validate hostname with DNSSEC</string>
<string name="pref_validate_hostname_summary">Server certificates that contain the validated hostname are considered verified</string>
<string name="network_is_unreachable">Network is unreachable</string>
+ <string name="certificate_does_not_contain_jid">Certificate does not contain a Jabber ID</string>
</resources>