Add warning message when using http

This commit is contained in:
Jannis Mattheis
2018-12-22 17:04:13 +01:00
parent dfecbf7090
commit 7626046da4
2 changed files with 18 additions and 1 deletions

View File

@@ -54,4 +54,7 @@
<string name="done">Done</string>
<string name="no_certificate_selected">No certificate selected</string>
<string name="remove_ca_certificate">Remove CA Certificate</string>
<string name="warning">Warning</string>
<string name="http_warning">Using http is insecure and it\'s recommend to use https instead. Use your favorite search engine to get more information about this topic.</string>
<string name="i_understand">I Understand</string>
</resources>