fix(i18n): use separate 'rename' keys for menu and dialog confirm button

This commit is contained in:
lorduskordus 2026-04-11 11:39:52 +02:00 committed by Jacob Kauffmann
parent 3548615d40
commit 4b5c6d2c1b
2 changed files with 2 additions and 1 deletions

View file

@ -6140,7 +6140,7 @@ impl Application for App {
dialog
.primary_action(
widget::button::suggested(fl!("rename"))
widget::button::suggested(fl!("rename-confirm"))
.on_press_maybe(complete_maybe.clone()),
)
.secondary_action(