diff options
author | euxane | 2024-09-18 23:41:13 +0200 |
---|---|---|
committer | euxane | 2024-09-18 23:41:13 +0200 |
commit | e0e0e9b1c4a1f64bdc970cc2394788fa47953d19 (patch) | |
tree | dced774c881073ffa44813a566533720266079a8 /app/src/main/res/values | |
parent | b3129abacc4c4b756f438a4123fb621cf6f351d5 (diff) | |
download | tincapp-e0e0e9b1c4a1f64bdc970cc2394788fa47953d19.tar.gz |
configuration tools: mention QR code for joining network
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a678832..68dd8c6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -94,7 +94,7 @@ | |||
94 | 94 | ||
95 | <string name="configure_activity_title_tools">Tools</string> | 95 | <string name="configure_activity_title_tools">Tools</string> |
96 | <string name="configure_tools_action_generate_node_configuration_and_keys">Generate node configuration and keys</string> | 96 | <string name="configure_tools_action_generate_node_configuration_and_keys">Generate node configuration and keys</string> |
97 | <string name="configure_tools_action_join_network_via_invitation_url">Join network via invitation URL</string> | 97 | <string name="configure_tools_action_join_network_via_invitation_url_qr_code">Join network via invitation URL or QR code</string> |
98 | <string name="configure_tools_action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</string> | 98 | <string name="configure_tools_action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</string> |
99 | 99 | ||
100 | <string name="configure_tools_generate_config_title">New network</string> | 100 | <string name="configure_tools_generate_config_title">New network</string> |