[usersq] correct plural form as reported in IRC

This commit is contained in:
demmm 2021-07-13 12:46:04 +02:00
parent c2d0a247a3
commit 1570105ddb

View File

@ -163,7 +163,7 @@ Kirigami.ScrollablePage {
Layout.fillWidth: true Layout.fillWidth: true
visible: false visible: false
type: Kirigami.MessageType.Error type: Kirigami.MessageType.Error
text: qsTr("Only letter, numbers, underscore and hyphen are allowed, minimal of two characters.") text: qsTr("Only letters, numbers, underscore and hyphen are allowed, minimal of two characters.")
} }
Kirigami.InlineMessage { Kirigami.InlineMessage {