From cadd9765dbf8a3dda2bb2b3ecb43db528e5119d1 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 21 Sep 2020 17:01:50 +0200 Subject: [PATCH] [usersq] Remove trailing . --- src/modules/usersq/usersq.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"