diff options
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/layout/split_tunneling_header.xml | 2 | ||||
| -rw-r--r-- | android/src/main/res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/android/src/main/res/layout/split_tunneling_header.xml b/android/src/main/res/layout/split_tunneling_header.xml index c58bd44c0e..84e2a70157 100644 --- a/android/src/main/res/layout/split_tunneling_header.xml +++ b/android/src/main/res/layout/split_tunneling_header.xml @@ -24,7 +24,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/vertical_space" - mullvad:text="@string/enabled" /> + mullvad:text="@string/enable" /> <LinearLayout android:id="@+id/exclude_applications" android:layout_width="match_parent" android:layout_height="wrap_content" diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index 3e2e1e0830..9cb46d6790 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -162,7 +162,7 @@ <string name="split_tunneling">Split tunneling</string> <string name="split_tunneling_description">Split tunneling makes it possible to select which applications should not be routed through the VPN tunnel.</string> - <string name="enabled">Enabled</string> + <string name="enable">Enable</string> <string name="exclude_applications">Exclude applications</string> <string name="account_url">https://mullvad.net/en/account</string> <string name="wg_key_url">https://mullvad.net/en/account/ports</string> |
