From 552a05f1808f62082f97034490258d7e1b645248 Mon Sep 17 00:00:00 2001 From: Vojtech Suchy Date: Fri, 29 Nov 2024 15:21:20 +0100 Subject: CODEFIX-209 Improve wording for AI CodeFix early access message --- 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 a2644bd3903..e9161a44504 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1963,8 +1963,8 @@ property.aicodefix.admin.enable.some.projects.label=Only selected projects property.aicodefix.admin.enable.some.projects.help=Enable AI CodeFix on selected projects only property.aicodefix.admin.enable.some.projects.note=AI CodeFix will not be automatically enabled on new projects. property.aicodefix.admin.early_access.title=Free - early access feature -property.aicodefix.admin.early_access.content1=This no cost trial is offered to you at Sonar’s discretion. Sonar can decide to stop this trial anytime. -property.aicodefix.admin.early_access.content2=At the end of the trial, this feature will be deactivated and your choice to “enable AI CodeFix” below will be ignored. Your organisation will not be charged. +property.aicodefix.admin.early_access.content1=This no-cost trial is offered to you at Sonar's discretion during the early access period. +property.aicodefix.admin.early_access.content2=Sonar may stop the trial at any time. At the end of the trial, the AI CodeFix feature will be deactivated and your organization will not be charged. property.aicodefix.admin.serviceInfo.learnMore=Read more about enabling AI CodeFix property.aicodefix.admin.serviceInfo.spinner.label=Waiting for AI CodeFix service to respond... property.aicodefix.admin.serviceInfo.unexpected.response.label=The AI CodeFix service returned an unexpected response. You might need to upgrade your instance. -- cgit v1.2.3