gui(launcher): refer explicitly to liana wallet

This commit is contained in:
Michael Mallan 2024-11-01 14:15:50 +00:00
parent 103651ec7f
commit 97c9affd9c
No known key found for this signature in database
GPG Key ID: 5177CDCEDB0EABEB

View File

@ -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")