typo
This commit is contained in:
parent
fabe288500
commit
d8b76c424e
1 changed files with 1 additions and 1 deletions
|
|
@ -3136,7 +3136,7 @@ impl Application for App {
|
|||
.on_press(Message::DialogComplete),
|
||||
)
|
||||
.secondary_action(
|
||||
widget::button::text("cancell")
|
||||
widget::button::text(fl!("cancel"))
|
||||
.style(theme::Button::Destructive)
|
||||
.on_press(Message::DialogCancel),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue