mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
improve error message
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
314a7fc67d
commit
31eb4c67ba
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ LaunchDecision LaunchController::decideLaunchMode()
|
|||
QString reauthReason;
|
||||
switch (state) {
|
||||
case AccountState::Errored:
|
||||
reauthReason = tr("Could not refresh '%1' due to an error").arg(accountToCheck->profileName());
|
||||
reauthReason = tr("An error occurred while refreshing '%1'").arg(accountToCheck->profileName());
|
||||
break;
|
||||
case AccountState::Expired:
|
||||
reauthReason = tr("'%1' has expired and needs to be reauthenticated").arg(accountToCheck->profileName());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue