aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2024-09-26 10:58:51 +0200
committersonartech <sonartech@sonarsource.com>2024-09-26 20:03:14 +0000
commit1d07d428d4a4f13cb74477c19c0484da6f9cf11d (patch)
tree9c7a657a9cb0859e2a2a33f890b0ff12b61f856b
parentc4f931d408e10be16d329dabbabb8fc8a2b86d9b (diff)
downloadsonarqube-1d07d428d4a4f13cb74477c19c0484da6f9cf11d.tar.gz
sonarqube-1d07d428d4a4f13cb74477c19c0484da6f9cf11d.zip
SONAR-22454 Fixing translation inside quality gate page
-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 7adb8527d28..22a83bac09c 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -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.