aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2024-11-29 12:07:24 +0100
committersonartech <sonartech@sonarsource.com>2024-11-29 20:03:08 +0000
commit4661c2a6d14d3b473ba4441b05f46b76e9cf18eb (patch)
treed1a230651237d254c15358fa6ffc17299dbd2b04 /sonar-core
parent0a5e1149ad1ae3a6841e1eb97ff4df63745207ce (diff)
downloadsonarqube-4661c2a6d14d3b473ba4441b05f46b76e9cf18eb.tar.gz
sonarqube-4661c2a6d14d3b473ba4441b05f46b76e9cf18eb.zip
SONAR-23620 Showing a generic message when disqualifying default quality gate
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 3 insertions, 1 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 b77a4af2c36..70047020204 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2257,7 +2257,7 @@ project_quality_gate.not_ai_assured_quality_gate=This quality gate is not qualif
project_quality_gate.ai_generated_code_protected.title=Your AI-generated code is protected
project_quality_gate.ai_generated_code_protected.description=<p>This project contains AI-generated code and the selected quality gate is qualified for <link>AI Code Assurance</link>.</p>
project_quality_gate.ai_generated_code_not_protected.title=Protect your AI-generated code with ‘AI Code Assurance’
-project_quality_gate.ai_generated_code_not_protected.description=<p>This project contains AI-generated code. We recommend using a qualified quality gate to enable <link>AI Code Assurance</link>.</p><p>You may use <linkSonarWay>Sonar way for AI code</linkSonarWay> or <linkQualifyDoc>qualify your own custom quality gates for AI Code Assurance.</linkQualifyDoc></p>
+project_quality_gate.ai_generated_code_not_protected.description=<p>This project contains AI-generated code. We recommend using a qualified quality gate to enable <link>AI Code Assurance</link>.</p><p>You may use <linkSonarWay>Sonar way for AI code</linkSonarWay> or <linkQualifyDoc>qualify your own custom quality gates for AI Code Assurance</linkQualifyDoc>.</p>
#------------------------------------------------------------------------------
#
@@ -2614,7 +2614,9 @@ quality_gates.mode_banner.button=Review and update metrics
quality_gates.actions.disqualify_for_ai_code_assurance=Disqualify for AI Code Assurance
quality_gates.actions.qualify_for_ai_code_assurance=Qualify for AI Code Assurance
quality_gates.disqualify_ai_modal.title=Disqualify this quality gate and disable AI Code Assurance on {count} {count, plural, one {project} other {projects}}?
+quality_gates.disqualify_ai_modal_default.title=Some projects may lose their AI Code Assurance
quality_gates.disqualify_ai_modal.content.line1={count} {count, plural, one {project uses} other {projects use}} this quality gate to benefit from AI Code Assurance. If you disqualify it, {count, plural, one {this project} other {these projects}} will lose {count, plural, one {its} other {their}} AI Code Assurance.
+quality_gates.disqualify_ai_modal_default.content.line1=Some projects may rely on the default quality gate to benefit from AI Code Assurance. If you disqualify it, these projects will lose their AI Code Assurance.
quality_gates.disqualify_ai_modal.content.line2=Do you want to continue?
quality_gates.disqualify_ai_modal.confirm=Disqualify for AI Code Assurance