Use existing clear-recents-history string

This commit is contained in:
Will Sheehan 2026-04-25 00:11:05 -07:00
parent accf5b2ba6
commit e7fa2d0fa5
2 changed files with 1 additions and 4 deletions

View file

@ -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(),
]))