diff --git a/src/modules/usersq/usersq.qml b/src/modules/usersq/usersq.qml index dcc4aa76a..6f1aaa137 100644 --- a/src/modules/usersq/usersq.qml +++ b/src/modules/usersq/usersq.qml @@ -223,7 +223,7 @@ Kirigami.ScrollablePage { visible: config.allowWeakPasswords //visible: false width: parent.width - text: qsTr("When this box is checked, password-strength checking is done and you will not be able to use a weak password..") + text: qsTr("When this box is checked, password-strength checking is done and you will not be able to use a weak password.") font.weight: Font.Thin font.pointSize: 8 color: "#6D6D6D"