fix(i18n): use separate 'rename' keys for menu and dialog confirm button
This commit is contained in:
parent
3548615d40
commit
4b5c6d2c1b
2 changed files with 2 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue