Index: sources/gui/qml/pages/settings/SettingsServicePassword.qml =================================================================== diff -u -rc73feffa73c7fe073a7a7581144f5806dfc91beb -r6c363d016811a09e31d03c94e2e459ea5aa4bd9f --- sources/gui/qml/pages/settings/SettingsServicePassword.qml (.../SettingsServicePassword.qml) (revision c73feffa73c7fe073a7a7581144f5806dfc91beb) +++ sources/gui/qml/pages/settings/SettingsServicePassword.qml (.../SettingsServicePassword.qml) (revision 6c363d016811a09e31d03c94e2e459ea5aa4bd9f) @@ -41,13 +41,13 @@ } onConfirmClicked: { - // check for password(s), and check the accpeted flag + // check for password(s), and check the accepeted flag isPassword_Accepted = checkPassword() // if not accepted return if ( ! isPassword_Accepted ) return - // of accepted save the password + // if accepted save the password if ( passwordChangeMode ) vSettings.updateServicePassword(passwordUpdated) // ask HD to go to service mode