added more info when loading forums

This commit is contained in:
csoler 2020-03-26 17:10:29 +01:00
parent 5dcbb978c3
commit 8cf78b072b
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
8 changed files with 38 additions and 18 deletions

View file

@ -59,7 +59,7 @@ void GxsForumGroupItem::setup()
setAttribute(Qt::WA_DeleteOnClose, true);
/* clear ui */
ui->nameLabel->setText(tr("Loading"));
ui->nameLabel->setText(tr("Loading..."));
ui->titleLabel->clear();
ui->descLabel->clear();