diff options
| author | Aleksandr Granin <aleksandr@mullvad.net> | 2021-03-29 16:31:31 +0200 |
|---|---|---|
| committer | Aleksandr Granin <aleksandr@mullvad.net> | 2021-04-01 13:30:37 +0200 |
| commit | 99a40bc34d559cbb0bf936ad510b97095a02d062 (patch) | |
| tree | d40629748ec2fe8e643588eea62f58392623f4f6 /android/src/main/res/values | |
| parent | a487f5c04431013b884e1e5734370dc22e289279 (diff) | |
| download | mullvadvpn-99a40bc34d559cbb0bf936ad510b97095a02d062.tar.xz mullvadvpn-99a40bc34d559cbb0bf936ad510b97095a02d062.zip | |
Create SplitTunneling ViewModel and tests
Diffstat (limited to 'android/src/main/res/values')
| -rw-r--r-- | android/src/main/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index 46c2bdb464..b3a41d876c 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -175,7 +175,8 @@ <string name="confirm_public_dns">The DNS server you are trying to add might not work because it is public. Currently we only support local DNS servers.</string> <string name="add_anyway">Add anyway</string> - <string name="exclude_applications">Exclude applications</string> + <string name="exclude_applications">Excluded applications</string> + <string name="all_applications">All applications</string> <string name="account_url">https://mullvad.net/en/account</string> <string name="wg_key_url">https://mullvad.net/en/account/ports</string> <string name="create_account_url">https://mullvad.net/en/account/create</string> |
