fix: typo for account disabled error messages

This commit is contained in:
Sefa Eyeoglu 2022-02-18 19:18:29 +01:00
parent c5d9944993
commit 80a29af497
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -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"),