diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-07-02 23:00:20 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-07-15 12:52:17 +0000 |
| commit | f6a087578280f1939abb86eef809b2744b2bf9d7 (patch) | |
| tree | 44411c491e001aacf84d10a478d318a8ec76b8be /android/src/main/res/values | |
| parent | 6238299c288f36d909a6166e4ef8b371cc43e065 (diff) | |
| download | mullvadvpn-f6a087578280f1939abb86eef809b2744b2bf9d7.tar.xz mullvadvpn-f6a087578280f1939abb86eef809b2744b2bf9d7.zip | |
Add "Exclude applications" header
Diffstat (limited to 'android/src/main/res/values')
| -rw-r--r-- | android/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index 623d3f1fa4..f25e782df6 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -163,6 +163,7 @@ <string name="split_tunnelling_description">Split tunnelling makes it possible to select which applications should not be routed through the VPN tunnel.</string> <string name="enabled">Enabled</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/account/ports</string> <string name="create_account_url">https://mullvad.net/en/account/create</string> |
