Stellar - Fix typo in confirm_init (#359)

pull/25/head
ZuluCrypto 6 years ago committed by Pavol Rusnak
parent 86db527722
commit 17c3ff92f8

@ -8,7 +8,7 @@ from apps.stellar import consts
async def require_confirm_init(ctx, address: str, network_passphrase: str):
text = Text("Confirm Stellar", ui.ICON_SEND, icon_color=ui.GREEN)
text.normal("Initialize singing with")
text.normal("Initialize signing with")
text.mono(*split(address))
await require_confirm(ctx, text, ButtonRequestType.ConfirmOutput)
network = get_network_warning(network_passphrase)

Loading…
Cancel
Save