mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[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:
parent
a156d2e63f
commit
fce798dadf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue