aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2023-09-11 17:46:51 +0200
committersonartech <sonartech@sonarsource.com>2023-09-19 20:02:46 +0000
commitbd404df9f5df0ce8fb2119c1dc27fde282c82b5a (patch)
tree3d8e4705cf06996fad5afeb8fdba3bd1f35c07ae /sonar-core/src
parent44e4e489ee6fd262d805a0418bd381625aaee349 (diff)
downloadsonarqube-bd404df9f5df0ce8fb2119c1dc27fde282c82b5a.tar.gz
sonarqube-bd404df9f5df0ce8fb2119c1dc27fde282c82b5a.zip
SONAR-20337 Updating modals for quality gate's conditions
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
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 a38463d3719..a92d413d8ce 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2146,6 +2146,7 @@ quality_gates.conditions.operator=Operator
quality_gates.conditions.warning=Warning
quality_gates.conditions.warning.tooltip=Warning status is deprecated and will disappear with the next update of the Quality Gate.
quality_gates.conditions.value=Value
+quality_gates.conditions.where=Where?
quality_gates.duplicated_conditions=This quality gate has duplicated conditions:
quality_gates.intro.1=Quality Gate is the set of conditions the project must meet before it can be released into production.
quality_gates.intro.2=It is possible to set a default Quality Gate, which will be applied to all projects not explicitly assigned to some other gate.