Change Online status to Ready
This commit is contained in:
parent
bef79df6bb
commit
b5d2570fe2
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user