diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-05-29 08:59:38 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-05-29 09:35:09 +0200 |
| commit | 496b1870670a248e7ab335fb7655ee651c31b872 (patch) | |
| tree | 8796c17b14e0c5fe33042b3c695858b80c27b0e2 /android/src | |
| parent | 1093f3e65ea020201dcba918a75e88a1af26bceb (diff) | |
| download | mullvadvpn-496b1870670a248e7ab335fb7655ee651c31b872.tar.xz mullvadvpn-496b1870670a248e7ab335fb7655ee651c31b872.zip | |
Replace "daemon" with "Mullvad system service"
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index 4a3d46b2c8..632feefb6f 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ <resources> <string name="app_name">Mullvad VPN</string> - <string name="connecting_to_daemon">Connecting to daemon...</string> + <string name="connecting_to_daemon">Connecting to Mullvad system service...</string> <string name="login_title">Login</string> <string name="login_description">Enter your account number</string> |
