diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-10-29 17:18:21 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-05 20:03:02 +0000 |
commit | efbf8c38cd84f77471cd884eebaa8e0a2f6be4da (patch) | |
tree | 8b5224d4017df3bd26ae4e3beea888381a5cef77 /sonar-core | |
parent | 90db97dd90b2c7375862768ce423492f9c26c02c (diff) | |
download | sonarqube-efbf8c38cd84f77471cd884eebaa8e0a2f6be4da.tar.gz sonarqube-efbf8c38cd84f77471cd884eebaa8e0a2f6be4da.zip |
SONAR-23299 Update add condition dialog in QG
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 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 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. |