Skip to content

Commit

Permalink
SFT-2357: changed header to "Transaction Info" for both firmware
Browse files Browse the repository at this point in the history
versions
  • Loading branch information
mjg-foundation committed Aug 22, 2023
1 parent 375ad57 commit e6f5ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, psbt_len):
self.psbt = None
self.psbt_len = psbt_len
self.chain = chains.current_chain()
self.header = 'Transaction Details' if passport.IS_COLOR else 'Transaction Info'
self.header = 'Transaction Info'

async def validate_psbt(self):
from pages import ErrorPage
Expand Down

0 comments on commit e6f5ba8

Please sign in to comment.