diff options
author | cyBerta <cyberta@riseup.net> | 2021-10-22 23:36:34 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-10-22 23:36:34 +0200 |
commit | 213e42d82d360cdf7f5632782a9a0cb879c1b4f5 (patch) | |
tree | d5f5e98bb2f5294b2fe260719c8b148a344f3bd8 /app/src/main/res/values/strings.xml | |
parent | 726f06f564e2743048baea5624daa96a511aace3 (diff) |
show tor and snowflake connection status in provider setup screens
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4c5cffd4..0b3d1d9b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -7,6 +7,7 @@ <string name="switch_provider_menu_option">Switch provider</string> <string name="info">info</string> <string name="show_connection_details">Show connection details</string> + <string name="connection_details">Connection details</string> <string name="routes_info">Routes: %s</string> <string name="routes_info6">IPv6 routes: %s</string> <string name="error_empty_username">The username must not be empty.</string> |