Update register/reset not implemented labels

This commit is contained in:
miruka 2020-03-10 09:03:56 -04:00
parent baac01d1ad
commit a8c6538de1
2 changed files with 6 additions and 4 deletions

View File

@ -21,9 +21,10 @@ HBox {
HLabel {
wrapMode: Text.Wrap
horizontalAlignment: Qt.AlignHCenter
text: qsTr(
"Registering is not implemented yet. You can create a new " +
"account from a client that supports it, like Riot."
"Not yet implemented\n\nYou can create a new " +
"account from another client such as Riot."
)
Layout.fillWidth: true

View File

@ -25,9 +25,10 @@ HBox {
HLabel {
wrapMode: Text.Wrap
horizontalAlignment: Qt.AlignHCenter
text: qsTr(
"Account recovery is not implemented yet. You can reset your " +
"password using a client that supports it, like Riot."
"Not yet implemented\n\nYou can reset your " +
"password using another client such as Riot."
)
Layout.fillWidth: true