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