Skip to content

Commit

Permalink
Update seed_views.py
Browse files Browse the repository at this point in the history
I accidentally backed out change PR #314 when I merged PR #339. This small text change is to correct my mistake.
  • Loading branch information
newtonick authored Jul 20, 2023
1 parent ffc281f commit 8e75754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seedsigner/views/seed_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ def run(self):

selected_menu_num = self.run_screen(
DireWarningScreen,
text="""You must keep your seed words private & away from all online devices.""",
text="""Never input your seed phrase into a device that connects to the internet.""",
)

if selected_menu_num == 0:
Expand Down

0 comments on commit 8e75754

Please sign in to comment.