diff options
| author | Albin <albin@mullvad.net> | 2021-12-17 12:02:49 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2021-12-20 07:07:15 +0100 |
| commit | 4e85f2a8cfd1ca4e30138081ddb0dafbea6c8618 (patch) | |
| tree | fb409aca2a1edb35f7e62e1764aa67909c79fa81 /android/app/src/main/res | |
| parent | 9bb408fd13c12fa31118638d108af4ce7a449b91 (diff) | |
| download | mullvadvpn-4e85f2a8cfd1ca4e30138081ddb0dafbea6c8618.tar.xz mullvadvpn-4e85f2a8cfd1ca4e30138081ddb0dafbea6c8618.zip | |
Clarify Android tile text
Change Android tile title/label to "Toggle VPN" to better inform the
user about the tile action. Also set the subtitle (on Android Q and
above) to match the state shown in the notification.
Diffstat (limited to 'android/app/src/main/res')
| -rw-r--r-- | android/app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index b0828e73b0..13faeb6a83 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -172,4 +172,5 @@ <string name="all_applications">All applications</string> <string name="copied_to_clipboard">Copied to clipboard</string> <string name="show_system_apps">Show system apps</string> + <string name="toggle_vpn">Toggle VPN</string> </resources> |
