From a8c6538de19a171695b28c0bbfcf2580114f0edf Mon Sep 17 00:00:00 2001 From: miruka Date: Tue, 10 Mar 2020 09:03:56 -0400 Subject: [PATCH] Update register/reset not implemented labels --- src/gui/Pages/AddAccount/Register.qml | 5 +++-- src/gui/Pages/AddAccount/Reset.qml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/gui/Pages/AddAccount/Register.qml b/src/gui/Pages/AddAccount/Register.qml index 0c105a3a..d8fb6ba8 100644 --- a/src/gui/Pages/AddAccount/Register.qml +++ b/src/gui/Pages/AddAccount/Register.qml @@ -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 diff --git a/src/gui/Pages/AddAccount/Reset.qml b/src/gui/Pages/AddAccount/Reset.qml index d2a6935e..1cd015f6 100644 --- a/src/gui/Pages/AddAccount/Reset.qml +++ b/src/gui/Pages/AddAccount/Reset.qml @@ -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