aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorVojtech Suchy <vojtech.suchy@sonarsource.com>2024-11-29 15:21:20 +0100
committersonartech <sonartech@sonarsource.com>2024-11-29 20:03:09 +0000
commit552a05f1808f62082f97034490258d7e1b645248 (patch)
tree3bf810250c398b80ac8a276e687f935123123403 /sonar-core
parent488c8a3cce3fe721370970b04ff3cefde0f6d0b2 (diff)
downloadsonarqube-552a05f1808f62082f97034490258d7e1b645248.tar.gz
sonarqube-552a05f1808f62082f97034490258d7e1b645248.zip
CODEFIX-209 Improve wording for AI CodeFix early access message
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files 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.