Skip to content
Snippets Groups Projects
Commit 47085a10 authored by inso's avatar inso
Browse files

Merged the hotfix and changed the label name

parent f3449a87
Branches
Tags
No related merge requests found
......@@ -67,11 +67,11 @@ class StepPageKey(Step):
return False
if len(self.config_dialog.edit_password.text()) < 6:
self.config_dialog.label_3.setText("Warning : password is too short")
self.config_dialog.label_info.setText("Warning : password is too short")
if self.config_dialog.edit_password.text() != \
self.config_dialog.edit_password_repeat.text():
self.config_dialog.label_3.setText("Error : passwords are different")
self.config_dialog.label_info.setText("Error : passwords are different")
return False
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment