summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoakim Hulthe <joakim@hulthe.net>2025-02-25 11:06:08 +0100
committerDavid Lönnhager <david.l@mullvad.net>2025-03-05 23:32:20 +0100
commit940913dee139c63b7d2a130316775556b7318d58 (patch)
treefe232e66d54779941304e7ca1881a1db6e7bf94d
parent0b0204f19e3df35fa09ec295477260a1e3d52f61 (diff)
downloadmullvadvpn-940913dee139c63b7d2a130316775556b7318d58.tar.xz
mullvadvpn-940913dee139c63b7d2a130316775556b7318d58.zip
Add arrow to stable link in installer-downloader
-rw-r--r--installer-downloader/src/resource.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer-downloader/src/resource.rs b/installer-downloader/src/resource.rs
index 07bfe4161e..1e3206ccbe 100644
--- a/installer-downloader/src/resource.rs
+++ b/installer-downloader/src/resource.rs
@@ -17,7 +17,7 @@ pub const BETA_PREFACE_DESC: &str = "Want to try the new Beta version? ";
pub const BETA_LINK_TEXT: &str = "Click here!";
/// Stable link text
-pub const STABLE_LINK_TEXT: &str = "Back to stable version";
+pub const STABLE_LINK_TEXT: &str = "← Back to stable version";
/// Dimensions of cancel button (including padding)
pub const CANCEL_BUTTON_SIZE: (usize, usize) = (150, 40);