From efbf8c38cd84f77471cd884eebaa8e0a2f6be4da Mon Sep 17 00:00:00 2001 From: stanislavh Date: Tue, 29 Oct 2024 17:18:21 +0100 Subject: SONAR-23299 Update add condition dialog in QG --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-core/src') 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 d06d3c747b7..ab785a5a0eb 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2443,6 +2443,7 @@ quality_gates.conditions.help.link=See also: Clean as You Code quality_gates.projects=Projects quality_gates.projects.help=The Default gate is applied to all projects not explicitly assigned to a gate. Quality Gate administrators can assign projects to a non-default gate, or always make it follow the system default. Project administrators may choose any gate. quality_gates.add_condition=Add Condition +quality_gates.add_condition.metric_from_other_mode=This quality gate already has an equivalent condition based on the same concept ("{metric}") that persists from the {isStandardMode, select, true {Standard Experience} other {Multi-Quality Rule Mode}}. Update the metric and you will be able to edit the condition. quality_gates.condition.edit=Edit condition on {0} quality_gates.condition.delete=Delete condition on {0} quality_gates.condition_added=Successfully added condition. -- cgit v1.2.3