diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-11-09 13:50:41 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-11-09 14:43:57 +0000 |
| commit | b57fb3ccbdec09d2f71d817a842fe082b6c51aad (patch) | |
| tree | b1b4d19d05b86829ed496363ab7728b7f2512ff7 /android/src/main | |
| parent | 4c9a868c6e9224e2faf85a29a13fa75765b1527f (diff) | |
| download | mullvadvpn-b57fb3ccbdec09d2f71d817a842fe082b6c51aad.tar.xz mullvadvpn-b57fb3ccbdec09d2f71d817a842fe082b6c51aad.zip | |
Replace "Enabled" with "Enable" in Split Tunneling
Diffstat (limited to 'android/src/main')
| -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> |
