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/layout | |
parent | b3129abacc4c4b756f438a4123fb621cf6f351d5 (diff) | |
download | tincapp-e0e0e9b1c4a1f64bdc970cc2394788fa47953d19.tar.gz |
configuration tools: mention QR code for joining network
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/configure_tools_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/configure_tools_fragment.xml b/app/src/main/res/layout/configure_tools_fragment.xml index 61c23a2..0665f1e 100644 --- a/app/src/main/res/layout/configure_tools_fragment.xml +++ b/app/src/main/res/layout/configure_tools_fragment.xml | |||
@@ -54,7 +54,7 @@ | |||
54 | 54 | ||
55 | <TextView | 55 | <TextView |
56 | style="@style/AppTheme.BlockTitle" | 56 | style="@style/AppTheme.BlockTitle" |
57 | android:text="@string/configure_tools_action_join_network_via_invitation_url"/> | 57 | android:text="@string/configure_tools_action_join_network_via_invitation_url_qr_code"/> |
58 | 58 | ||
59 | </LinearLayout> | 59 | </LinearLayout> |
60 | 60 | ||