From 191245551be3efdd1f2e9dbb6128cd3f252b951c Mon Sep 17 00:00:00 2001 From: stanislavh Date: Thu, 7 Nov 2024 15:56:43 +0100 Subject: [PATCH] SONAR-23299 Improve text in update conditions dialog --- 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 7422fcb52d4..b3b2ccdb567 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2563,8 +2563,8 @@ quality_gates.mqr_mode_update.single_metric.tooltip.message=Update {metric} metr quality_gates.update_conditions.update_metrics=Update metrics quality_gates.update_conditions.header=Update all metrics of “{qualityGate}” gate quality_gates.update_conditions.header.single_metric=Update this metric -quality_gates.update_conditions.description.line1=Metrics of the conditions listed below will be updated to align with the {mode} mode of this instance. -quality_gates.update_conditions.description.line2=They will be calculated differently even if the names of the conditions persist between the Standard Experience and the MQR modes. Operator and value will remain unchanged. +quality_gates.update_conditions.description.line1=The condition(s) listed below will be updated to align with the mode of this instance ({mode}). +quality_gates.update_conditions.description.line2=In some cases, you will see that the name of the conditions does not change between modes. In these cases, the underlying calculation will be changing to something similar but not identical. Your settings for Operator and value will remain unchanged. quality_gates.update_conditions.description.line3=Note that the update to {mode} might cause your quality gate to fail. {link} quality_gates.update_conditions.description.link=For more information, refer to the documentation. quality_gates.update_conditions.standard_mode_header=Standard Experience Metric -- 2.39.5