Change Online status to Ready

This commit is contained in:
Gingeh 2022-06-30 22:17:15 +10:00 committed by GitHub
parent bef79df6bb
commit b5d2570fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,7 +304,7 @@ QVariant AccountList::data(const QModelIndex &index, int role) const
return tr("Offline", "Account status");
}
case AccountState::Online: {
return tr("Online", "Account status");
return tr("Ready", "Account status");
}
case AccountState::Working: {
return tr("Working", "Account status");