summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-11-05 22:53:07 +0100
committercyBerta <cyberta@riseup.net>2021-11-05 22:53:07 +0100
commit7b9cb67eb7aa3eadf99a5187d2ea79b83ab57380 (patch)
treeea380e54bafd4f53465646c1a75efb3df7ca27d7 /app/src/main/res/values/strings.xml
parent88b7dc2eb3dcbec8d1e637096867c15211818677 (diff)
localize notification channel description for tor notifications
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0b3d1d9b..dbaf0f0b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -174,6 +174,8 @@
<string name="log_ap_handshake_done">Handshake finished with a relay to build circuits</string>
<string name="log_circuit_create">Establishing a Tor circuit</string>
<string name="log_done">Running</string>
+ <string name="channel_name_tor_service">%s Bridges Service</string>
+ <string name="channel_description_tor_service">Informs about usage of bridges while configuring %s.</string>
</resources>