diff --git a/TeslaSolarCharger/Server/Services/ErrorHandlingService.cs b/TeslaSolarCharger/Server/Services/ErrorHandlingService.cs index 8042bd854..81d8b992d 100644 --- a/TeslaSolarCharger/Server/Services/ErrorHandlingService.cs +++ b/TeslaSolarCharger/Server/Services/ErrorHandlingService.cs @@ -433,7 +433,7 @@ private async Task DetectTokenStateIssues(List activeErrors) logger.LogTrace("{method}()", nameof(DetectTokenStateIssues)); var backendTokenState = await tokenHelper.GetBackendTokenState(true); var fleetApiTokenState = await tokenHelper.GetFleetApiTokenState(true); - await AddOrRemoveErrors(activeErrors, issueKeys.NoBackendApiToken, "Backen API Token not up to date", + await AddOrRemoveErrors(activeErrors, issueKeys.NoBackendApiToken, "Backend API Token not up to date", "You are currently not connected to the backend. Open the Cloud Connection and request a new token.", backendTokenState != TokenState.UpToDate).ConfigureAwait(false); await AddOrRemoveErrors(activeErrors, issueKeys.FleetApiTokenUnauthorized, "Fleet API token is unauthorized",