Skip to content

Commit

Permalink
Merge pull request #505 from Foundation-Devices/SFT-3470-change-suppo…
Browse files Browse the repository at this point in the history
…rt-email-to-hello

SFT-3470: change support email to hello
  • Loading branch information
mjg-foundation committed May 20, 2024
2 parents 9c67025 + bcec27a commit 9edf759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm32/boards/Passport/modules/flows/scv_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async def ask_if_valid(self):
else:
result = await ErrorPage(text='''This Passport may have been tampered with.
Please contact support@
Please contact hello@
foundation.xyz.''', left_micron=microns.Cancel, right_micron=microns.Retry).show()
if result:
self.goto(self.scan_qr_challenge)
Expand Down

0 comments on commit 9edf759

Please sign in to comment.