summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-03-30 22:58:57 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-04-27 16:21:51 +0000
commit397388a916bf0da8b43d47276f13efe0f3414789 (patch)
tree2169134c8a5f4752da4aeb85d63c15952944a20c /android/src/main/res
parent72d66935bbb91d80e74042e7ebcf3cc3e626abd5 (diff)
downloadmullvadvpn-397388a916bf0da8b43d47276f13efe0f3414789.tar.xz
mullvadvpn-397388a916bf0da8b43d47276f13efe0f3414789.zip
Show time since WireGuard key was generated
Diffstat (limited to 'android/src/main/res')
-rw-r--r--android/src/main/res/layout/wireguard_key.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/wireguard_key.xml b/android/src/main/res/layout/wireguard_key.xml
index c611cab3ae..0d5cb8e3e3 100644
--- a/android/src/main/res/layout/wireguard_key.xml
+++ b/android/src/main/res/layout/wireguard_key.xml
@@ -71,7 +71,7 @@
android:textSize="13sp"
android:textStyle="bold"
android:text="@string/wireguard_key_generated" />
- <TextView android:id="@+id/wireguard_key_age"
+ <TextView android:id="@+id/time_since"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"