diff options
Diffstat (limited to 'app/src/main/res/layout/status_network_info_fragment.xml')
-rw-r--r-- | app/src/main/res/layout/status_network_info_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/status_network_info_fragment.xml b/app/src/main/res/layout/status_network_info_fragment.xml index 1013470..0b50839 100644 --- a/app/src/main/res/layout/status_network_info_fragment.xml +++ b/app/src/main/res/layout/status_network_info_fragment.xml | |||
@@ -131,7 +131,7 @@ | |||
131 | 131 | ||
132 | <TextView | 132 | <TextView |
133 | style="@style/AppTheme.BlockContent" | 133 | style="@style/AppTheme.BlockContent" |
134 | android:text="@{vpnInterfaceConfiguration.allowBypass ? @string/status_network_info_yes_value : @string/status_network_info_no_value}" | 134 | android:text="@{vpnInterfaceConfiguration.allowBypass ? @string/status_network_info_value_yes : @string/status_network_info_value_no}" |
135 | android:textIsSelectable="true"/> | 135 | android:textIsSelectable="true"/> |
136 | 136 | ||
137 | </LinearLayout> | 137 | </LinearLayout> |