[users] add an OK message to password message fields

empty text box on all good status in usersq is confusing
main
demmm 4 years ago
parent a156d2e63f
commit fce798dadf

@ -545,7 +545,7 @@ Config::passwordStatus( const QString& pw1, const QString& pw2 ) const
}
}
return qMakePair( PasswordValidity::Valid, QString() );
return qMakePair( PasswordValidity::Valid, tr( "OK!" ) );
}

Loading…
Cancel
Save