Update recovery/register texts

This commit is contained in:
miruka 2019-12-08 05:30:04 -04:00
parent c3f1ca95f9
commit c3570c9d82
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ HBox {
wrapMode: Text.Wrap wrapMode: Text.Wrap
text: qsTr( text: qsTr(
"Account recovery is not implemented yet. You can reset your " + "Account recovery is not implemented yet. You can reset your " +
"password using a client that supports it, such as Riot." "password using a client that supports it, like Riot."
) )
Layout.fillWidth: true Layout.fillWidth: true

View File

@ -21,7 +21,7 @@ HBox {
wrapMode: Text.Wrap wrapMode: Text.Wrap
text: qsTr( text: qsTr(
"Registering is not implemented yet. You can create a new " + "Registering is not implemented yet. You can create a new " +
"account from a client that supports it, such as Riot." "account from a client that supports it, like Riot."
) )
Layout.fillWidth: true Layout.fillWidth: true