Skip to content
Snippets Groups Projects
Commit a95930f8 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Fix the wizard confirmation message

parent b9cd03ee
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ def wizard(session):
"Please provide your ~okeanos account token:",
title="~okeanos account token", init=Kamaki.get_token())
msg = "Do you wish to continue with the image extraction process?"
msg = "All necessary information has been gathered. Confirm and Proceed."
proceed = WizardYesNoPage(msg, title="Confirmation")
w = Wizard(session)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment