diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2024-09-24 14:29:27 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-24 20:03:05 +0000 |
commit | 7c0e6287cf84b6368a4362abfb56bbf06adb3439 (patch) | |
tree | 7803731d09ec6769941cdd57d0448b319a6b2532 /sonar-core | |
parent | fa0ab44c86980c6ae26bb6e0832f1db02161fa58 (diff) | |
download | sonarqube-7c0e6287cf84b6368a4362abfb56bbf06adb3439.tar.gz sonarqube-7c0e6287cf84b6368a4362abfb56bbf06adb3439.zip |
CODEFIX-32 Fixing translation for ai code fix admin section
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
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 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 |