mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-29 16:51:30 +00:00
fix(core): improve ButtonRequest.name in backup confirmation
[no changelog]
This commit is contained in:
parent
4e852231ab
commit
38e362cd5b
@ -372,7 +372,7 @@ async def show_share_confirmation_success(
|
||||
)
|
||||
text = TR.reset__continue_with_next_share
|
||||
|
||||
return await show_success("success_recovery", text, subheader)
|
||||
return await show_success("success_share_confirm", text, subheader)
|
||||
|
||||
|
||||
async def show_share_confirmation_failure() -> None:
|
||||
|
@ -372,7 +372,7 @@ async def show_share_confirmation_success(
|
||||
)
|
||||
)
|
||||
|
||||
await show_success("success_recovery", title, subheader=footer_description)
|
||||
await show_success("success_share_confirm", title, subheader=footer_description)
|
||||
|
||||
|
||||
def show_share_confirmation_failure() -> Awaitable[None]:
|
||||
|
@ -339,7 +339,7 @@ async def show_share_confirmation_success(
|
||||
)
|
||||
text = TR.reset__continue_with_next_share
|
||||
|
||||
return await show_success("success_recovery", text, subheader)
|
||||
return await show_success("success_share_confirm", text, subheader)
|
||||
|
||||
|
||||
async def show_share_confirmation_failure() -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user