ui: some wording tweaks in badges

This commit is contained in:
Antoine Poinsot 2023-05-07 12:48:58 +02:00
parent b47ce42794
commit 2931ed57f6
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -97,7 +97,7 @@ pub fn deprecated<'a, T: 'a>() -> Container<'a, T> {
Container::new(text::p2_regular(" Deprecated "))
.padding(10)
.style(theme::Container::Pill(theme::Pill::Simple)),
"This spend cannot be included anymore in the blockchain",
"This transaction cannot be included in the blockchain anymore.",
tooltip::Position::Top,
)
.style(theme::Container::Card(theme::Card::Simple)),
@ -110,7 +110,7 @@ pub fn spent<'a, T: 'a>() -> Container<'a, T> {
Container::new(text::p2_regular(" Spent "))
.padding(10)
.style(theme::Container::Pill(theme::Pill::Simple)),
"The spend transaction was included in the blockchain",
"The transaction was included in the blockchain.",
tooltip::Position::Top,
)
.style(theme::Container::Card(theme::Card::Simple)),