Update strings to be more clear for the average user

This commit is contained in:
Derry Tutt
2024-06-12 19:37:39 +00:00
committed by Tobias Fella
parent a0c8bdf021
commit 1cba39eae9
3 changed files with 4 additions and 4 deletions

View File

@@ -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 {}