Update register/reset not implemented labels
This commit is contained in:
parent
baac01d1ad
commit
a8c6538de1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user