diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-05-04 14:05:31 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-05-15 14:45:00 +0200 |
| commit | acf3409c47acbf3bf5d55172f5b686ee06e06cd6 (patch) | |
| tree | 332f2eb5dc9166302eead8f620914d96ed2ce7de /android/app/src/main/res | |
| parent | 3919fd6f09b44d3d7128b8f1c39516bd0bb58f71 (diff) | |
| download | mullvadvpn-acf3409c47acbf3bf5d55172f5b686ee06e06cd6.tar.xz mullvadvpn-acf3409c47acbf3bf5d55172f5b686ee06e06cd6.zip | |
Add creation date below device name in the device list screen
Diffstat (limited to 'android/app/src/main/res')
| -rw-r--r-- | android/app/src/main/res/values/colors.xml | 1 | ||||
| -rw-r--r-- | android/app/src/main/res/values/strings.xml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml index bf1608f2ee..77a20b7922 100644 --- a/android/app/src/main/res/values/colors.xml +++ b/android/app/src/main/res/values/colors.xml @@ -14,7 +14,6 @@ <color name="green">#44AD4D</color> <color name="green90">#E644AD4D</color> <color name="green80">#CC44AD4D</color> - <color name="green40">#6644AD4D</color> <color name="red">#FFE34039</color> <color name="red95">#F2E34039</color> <color name="red80">#CCE34039</color> diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 3c91b34b9c..871ef46360 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -193,4 +193,5 @@ <string name="automatic">Automatic</string> <string name="off">Off</string> <string name="udp_over_tcp_port_info">Which TCP port the UDP-over-TCP obfuscation protocol should connect to on the VPN server.</string> + <string name="created_x">Created: %s</string> </resources> |
