aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/configure_tools_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/configure_tools_fragment.xml')
-rw-r--r--app/src/main/res/layout/configure_tools_fragment.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/configure_tools_fragment.xml b/app/src/main/res/layout/configure_tools_fragment.xml
index bb67b45..0665f1e 100644
--- a/app/src/main/res/layout/configure_tools_fragment.xml
+++ b/app/src/main/res/layout/configure_tools_fragment.xml
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2 2
3<!-- 3<!--
4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon 4 * Tinc Mesh VPN: Android client and user interface
5 * Copyright (C) 2017-2018 Pacien TRAN-GIRARD 5 * Copyright (C) 2017-2018 Euxane P. TRAN-GIRARD
6 * 6 *
7 * This program is free software: you can redistribute it and/or modify 7 * This program is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
@@ -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