fix: typo for account disabled error messages
This commit is contained in:
parent
c5d9944993
commit
80a29af497
@ -229,7 +229,7 @@ void LaunchController::login() {
|
||||
return;
|
||||
}
|
||||
case AccountState::Disabled: {
|
||||
auto errorString = tr("The launcher's client identification changed. Please remove this account and add it again.");
|
||||
auto errorString = tr("The launcher's client identification has changed. Please remove this account and add it again.");
|
||||
QMessageBox::warning(
|
||||
m_parentWidget,
|
||||
tr("Client identification changed"),
|
||||
|
Loading…
Reference in New Issue
Block a user