Skip to content

Commit

Permalink
SONAR-22454 Fixing translation inside quality gate page
Browse files Browse the repository at this point in the history
  • Loading branch information
revanshu-paliwal-sonarsource authored and sonartech committed Sep 26, 2024
1 parent c4f931d commit 1d07d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-core/src/main/resources/org/sonar/l10n/core.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 1d07d42

Please sign in to comment.