From 1d07d428d4a4f13cb74477c19c0484da6f9cf11d Mon Sep 17 00:00:00 2001 From: Revanshu Paliwal Date: Thu, 26 Sep 2024 10:58:51 +0200 Subject: [PATCH] SONAR-22454 Fixing translation inside quality gate page --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 ++-- 1 file 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. -- 2.39.5