[users] add an OK message to password message fields

empty text box on all good status in usersq is confusing
This commit is contained in:
demmm 2021-07-03 14:21:07 +02:00
parent a156d2e63f
commit fce798dadf

View file

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