summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/kotlin
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-09-02 09:55:23 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-09-02 09:55:23 +0200
commitddbfed706927ccd9c75158eab3f3863cdd15eb44 (patch)
tree111f46739cd372dcdfc395ca7106d6e39fd3769d /android/src/main/kotlin
parenta10fff1cbac888f617832c37d57c4fc409752c52 (diff)
downloadmullvadvpn-ddbfed706927ccd9c75158eab3f3863cdd15eb44.tar.xz
mullvadvpn-ddbfed706927ccd9c75158eab3f3863cdd15eb44.zip
Change text on manage keys button on wg view
Diffstat (limited to 'android/src/main/kotlin')
-rw-r--r--android/src/main/kotlin/net/mullvad/mullvadvpn/WireguardKeyFragment.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/kotlin/net/mullvad/mullvadvpn/WireguardKeyFragment.kt b/android/src/main/kotlin/net/mullvad/mullvadvpn/WireguardKeyFragment.kt
index 47e79fb74c..0933f4be33 100644
--- a/android/src/main/kotlin/net/mullvad/mullvadvpn/WireguardKeyFragment.kt
+++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/WireguardKeyFragment.kt
@@ -65,7 +65,7 @@ class WireguardKeyFragment : Fragment() {
statusMessage = view.findViewById<TextView>(R.id.wireguard_key_status)
- visitWebsiteView = view.findViewById<View>(R.id.wireguard_key_visit_website)
+ visitWebsiteView = view.findViewById<View>(R.id.wireguard_manage_keys)
publicKey = view.findViewById<TextView>(R.id.wireguard_public_key)
actionButton = view.findViewById<Button>(R.id.wg_key_button)
actionSpinner = view.findViewById<ProgressBar>(R.id.wg_action_spinner)