fix: typo for account disabled error messages
This commit is contained in:
parent
c5d9944993
commit
80a29af497
@ -229,7 +229,7 @@ void LaunchController::login() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
case AccountState::Disabled: {
|
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(
|
QMessageBox::warning(
|
||||||
m_parentWidget,
|
m_parentWidget,
|
||||||
tr("Client identification changed"),
|
tr("Client identification changed"),
|
||||||
|
Loading…
Reference in New Issue
Block a user