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 { HLabel {
wrapMode: Text.Wrap wrapMode: Text.Wrap
horizontalAlignment: Qt.AlignHCenter
text: qsTr( text: qsTr(
"Registering is not implemented yet. You can create a new " + "Not yet implemented\n\nYou can create a new " +
"account from a client that supports it, like Riot." "account from another client such as Riot."
) )
Layout.fillWidth: true Layout.fillWidth: true

View File

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