From 7c0e6287cf84b6368a4362abfb56bbf06adb3439 Mon Sep 17 00:00:00 2001 From: Revanshu Paliwal Date: Tue, 24 Sep 2024 14:29:27 +0200 Subject: [PATCH] CODEFIX-32 Fixing translation for ai code fix admin section --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 08e277ab852..c7b83c2f31c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1869,9 +1869,9 @@ property.category.housekeeping.general=General property.category.housekeeping.branchesAndPullRequests=Branches and Pull Requests property.category.housekeeping.auditLogs=Audit Logs -property.codefix.admin.title=Enable Al-generated fix suggestions +property.codefix.admin.title=Enable AI-generated fix suggestions property.codefix.admin.description=Activate this option to enable any user in your organization to generate an AI-suggested code fix for an issue using the Sonar AI CodeFix service. -property.codefix.admin.checkbox.label=Enable Ai CodeFix +property.codefix.admin.checkbox.label=Enable AI CodeFix property.codefix.admin.acceptTerm.label=I have read and I accept the {terms} property.codefix.admin.acceptTerm.terms=AI CodeFix Terms property.codefix.admin.promoted_section.title=Free - early access feature -- 2.39.5