diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-03-30 21:39:24 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-04-27 16:21:51 +0000 |
| commit | f6321d57422d942e6835dbfe2d05053bc34be796 (patch) | |
| tree | dc5f6882d82a9cf77998a19e72e7c598abc70b36 /android/src/main/res/layout | |
| parent | dd104e1661fe4f7d0c96b882e33010feb3b235db (diff) | |
| download | mullvadvpn-f6321d57422d942e6835dbfe2d05053bc34be796.tar.xz mullvadvpn-f6321d57422d942e6835dbfe2d05053bc34be796.zip | |
Change how public key is copied to the clipboard
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/wireguard_key.xml | 2 |
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 701ad24b1b..c611cab3ae 100644 --- a/android/src/main/res/layout/wireguard_key.xml +++ b/android/src/main/res/layout/wireguard_key.xml @@ -48,7 +48,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="9dp" - android:text="@string/wireguard_public_key" + android:text="@string/public_key" android:textColor="@color/white60" android:textSize="13sp" android:textStyle="bold" /> |
