]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-22454 Fixing translation inside quality gate page
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Thu, 26 Sep 2024 08:58:51 +0000 (10:58 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 26 Sep 2024 20:03:14 +0000 (20:03 +0000)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 7adb8527d285afac9bb7ed72d3922240c4476a4d..22a83bac09c904aca004869919f2ad004f2a57f5 100644 (file)
@@ -2396,7 +2396,7 @@ quality_gates.projects.deselect_hint=Click to remove association between this pr
 quality_gates.projects.cannot_associate_projects_no_conditions=You must configure at least 1 condition before you can assign projects to this quality gate.
 quality_gates.projects.ai_assured_message=This project contains AI-generated code. It must use Sonar way.
 quality_gates.operator.LT=is less than
-quality_gates.operator.inverted.LT=greather than or equal
+quality_gates.operator.inverted.LT=greater than or equal
 quality_gates.operator.GT=is greater than
 quality_gates.operator.inverted.GT=less than or equal
 quality_gates.operator.EQ=equals
@@ -2455,7 +2455,7 @@ quality_gates.permissions.remove.group.confirmation=Are you sure you want to rem
 quality_gates.cayc=Clean as You Code
 quality_gates.cayc_missing.banner.title=This quality gate does not comply with Clean as You Code
 quality_gates.cayc_missing.banner.description={cayc_link} is the most efficient approach to delivering Clean Code. This quality gate does not comply with this methodology. We highly recommend that you update this quality gate.
-quality_gates.cayc_condition.review_update=Review and update Quality Gate
+quality_gates.cayc_condition.review_update=Review and Update Quality Gate
 quality_gates.cayc.review_update_modal.header=Update "{0}" to comply with Clean as You Code
 quality_gates.cayc.review_update_modal.confirm_text=Update Quality Gate
 quality_gates.cayc.review_update_modal.description1=This quality gate will be updated to comply with {cayc_link}. Please review the changes below.