diff options
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> |
