Use existing clear-recents-history string
This commit is contained in:
parent
accf5b2ba6
commit
e7fa2d0fa5
2 changed files with 1 additions and 4 deletions
|
|
@ -6228,7 +6228,7 @@ impl Tab {
|
|||
tab_column = tab_column.push(
|
||||
widget::layer_container(widget::row::with_children([
|
||||
widget::space::horizontal().into(),
|
||||
widget::button::standard(fl!("clear-recents"))
|
||||
widget::button::standard(fl!("clear-recents-history"))
|
||||
.on_press(Message::ClearRecents)
|
||||
.into(),
|
||||
]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue