Skip to content

Commit

Permalink
SFT-4094: changed prompt from create to import
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg-foundation committed Aug 23, 2024
1 parent aaee128 commit 45895e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def show_details(self):
async def confirm_import(self):
from pages import QuestionPage

result = await QuestionPage('Create new multisig wallet?').show()
result = await QuestionPage('Import new multisig wallet?').show()

if not result:
self.set_result(False)
Expand Down

0 comments on commit 45895e2

Please sign in to comment.