From 97c9affd9cb400fee516dd2d566ce85af96abb6b Mon Sep 17 00:00:00 2001 From: Michael Mallan Date: Fri, 1 Nov 2024 14:15:50 +0000 Subject: [PATCH] gui(launcher): refer explicitly to liana wallet --- gui/src/launcher.rs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gui/src/launcher.rs b/gui/src/launcher.rs index 8d2fe86e..f9ffe94b 100644 --- a/gui/src/launcher.rs +++ b/gui/src/launcher.rs @@ -259,7 +259,7 @@ impl Launcher { .width(Length::Fixed(100.0)), ) .push( - p1_regular("Create a new wallet") + p1_regular("Create a new Liana wallet") .style(color::GREY_3), ) .push( @@ -283,8 +283,10 @@ impl Launcher { .width(Length::Fixed(100.0)), ) .push( - p1_regular("Add an existing wallet") - .style(color::GREY_3), + p1_regular( + "Add an existing Liana wallet", + ) + .style(color::GREY_3), ) .push( button::secondary(None, "Select")