fix: allow whitespaces in display and nicknames

Closes #8391
This commit is contained in:
Pascal Precht 2022-12-05 13:26:06 +01:00 committed by r4bbit
parent 2f338ecb09
commit 93eaf0fdfd
2 changed files with 3 additions and 3 deletions

View File

@ -403,7 +403,7 @@ QtObject {
},
StatusRegularExpressionValidator {
regularExpression: /^[a-zA-Z0-9\-_ ]+$/
errorMessage: qsTr("Only letters, numbers, underscores and hyphens allowed")
errorMessage: qsTr("Only letters, numbers, underscores, whitespaces and hyphens allowed")
},
// TODO: Create `StatusMaxLengthValidator` in StatusQ
StatusValidator {