Index: sources/gui/qml/components/PasswordRequirements.qml =================================================================== diff -u -r88a09dc4b26cfdd5fd111d20adfb9cb60697186c -r01a8c935f7d90ce3b168970765c0f20ea0c1a273 --- sources/gui/qml/components/PasswordRequirements.qml (.../PasswordRequirements.qml) (revision 88a09dc4b26cfdd5fd111d20adfb9cb60697186c) +++ sources/gui/qml/components/PasswordRequirements.qml (.../PasswordRequirements.qml) (revision 01a8c935f7d90ce3b168970765c0f20ea0c1a273) @@ -22,7 +22,7 @@ verticalAlignment : Text.AlignVCenter wrapMode : Text.Wrap color : Colors.textMain - text : qsTr("The password must contain at least the following:") + text : qsTr("The password must contain the following:") } Column { id: contentColumn