mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-08 15:48:08 +00:00
fix(core): correct a small typo in screen_update()
[no changelog]
This commit is contained in:
parent
107960ebbe
commit
2a29e4ea47
@ -84,7 +84,7 @@ impl CommonUI for UIBolt {
|
||||
let mut frame = ErrorScreen::new(
|
||||
"Update".into(),
|
||||
"Finishing firmware update".into(),
|
||||
"Do not turn of your trezor".into(),
|
||||
"Do not turn off your Trezor".into(),
|
||||
);
|
||||
show(&mut frame, true);
|
||||
}
|
||||
|
@ -96,7 +96,7 @@ impl CommonUI for UIEckhart {
|
||||
let mut frame = ErrorScreen::new(
|
||||
"Update".into(),
|
||||
"Finishing firmware update".into(),
|
||||
"Do not turn of your trezor".into(),
|
||||
"Do not turn off your Trezor".into(),
|
||||
);
|
||||
show(&mut frame, true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user