From df6b629b57f0f99b0ff2c20a3a16e6f6ac936604 Mon Sep 17 00:00:00 2001 From: Damien Urruty Date: Tue, 29 Oct 2024 07:54:20 +0100 Subject: [PATCH] CODEFIX-75 Improve error message --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 72be9758683..050dc6e80d2 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1934,7 +1934,7 @@ property.codefix.admin.serviceCheck.result.unresponsive.causes.title=Here are so property.codefix.admin.serviceCheck.result.unresponsive.causes.1=The network may not be properly configured on this SonarQube instance. Please check the firewall and connectivity settings. property.codefix.admin.serviceCheck.result.unresponsive.causes.2=The AI CodeFix service may be down. property.codefix.admin.serviceCheck.result.requestError=Error checking the AI CodeFix service: -property.codefix.admin.serviceCheck.result.serviceError=The AI CodeFix service is reachable but returned an error. Please try again later. +property.codefix.admin.serviceCheck.result.serviceError=The AI CodeFix service is reachable but returned an error. Check logs for more details. property.codefix.admin.serviceCheck.result.unauthorized=This SonarQube instance is not allowed to use AI CodeFix. property.codefix.admin.serviceCheck.result.unknown=The AI CodeFix service returned an unexpected message: -- 2.39.5