diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/dialog_decrypt_keys.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/status_network_info_fragment.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/dialog_decrypt_keys.xml b/app/src/main/res/layout/dialog_decrypt_keys.xml index 146f5ba..8f49d87 100644 --- a/app/src/main/res/layout/dialog_decrypt_keys.xml +++ b/app/src/main/res/layout/dialog_decrypt_keys.xml | |||
@@ -31,7 +31,7 @@ | |||
31 | android:id="@+id/passphrase" | 31 | android:id="@+id/passphrase" |
32 | android:layout_width="match_parent" | 32 | android:layout_width="match_parent" |
33 | android:layout_height="match_parent" | 33 | android:layout_height="match_parent" |
34 | android:hint="@string/field_passphrase" | 34 | android:hint="@string/decrypt_key_modal_field_passphrase" |
35 | android:inputType="textPassword"/> | 35 | android:inputType="textPassword"/> |
36 | 36 | ||
37 | </LinearLayout> | 37 | </LinearLayout> |
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> |