diff --git a/README.md b/README.md index 87bc6640e..482454f4a 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ Due to the nature of the Matrix specification development NeoChat also supports Details where to find stable releases for NeoChat can be found on its [homepage](https://apps.kde.org/neochat). -Nightly builds for linux and windows can be downloaded from [cdn.kde.org](https://cdn.kde.org/ci-builds/network/neochat/). -Nightly builds for android are available from [KDE's nightly F-Droid repository](https://community.kde.org/Android/F-Droid). +Nightly builds for Linux and Windows can be downloaded from [cdn.kde.org](https://cdn.kde.org/ci-builds/network/neochat/). +Nightly builds for Android are available from [KDE's nightly F-Droid repository](https://community.kde.org/Android/F-Droid). Nightly Flatpaks are available from [KDE's nightly Flatpak repository](https://userbase.kde.org/Tutorials/Flatpak). ## Building NeoChat diff --git a/src/login/Loading.qml b/src/login/Loading.qml index da211fd4a..a14d84047 100644 --- a/src/login/Loading.qml +++ b/src/login/Loading.qml @@ -13,7 +13,7 @@ LoginStep { id: root FormCard.FormTextDelegate { - text: i18n("Please wait. This might take a little while.") + text: i18n("Please wait while your messages are loaded from the server. This might take a little while.") } FormCard.AbstractFormDelegate { contentItem: QQC2.BusyIndicator {} diff --git a/src/login/WelcomePage.qml b/src/login/WelcomePage.qml index 5631b526a..838c0f07b 100644 --- a/src/login/WelcomePage.qml +++ b/src/login/WelcomePage.qml @@ -92,7 +92,7 @@ FormCard.FormCardPage { } QQC2.ToolButton { - text: i18nc("@action:button", "Remove this account") + text: i18nc("@action:button", "Log out of this account") icon.name: "edit-delete-remove" onClicked: Controller.removeConnection(modelData) display: QQC2.Button.IconOnly