aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-11-23 14:19:58 +0100
committerEric Hartmann <hartmann.eric@gmail.Com>2017-12-04 13:44:55 +0100
commit7674a1465d06a513879ff09e66e0eb8746dcc837 (patch)
tree648bcad809ea200b58a122a0494000223a8cf214 /sonar-core
parent71f554e82182d06350a94c8970baa2ee4268056d (diff)
downloadsonarqube-7674a1465d06a513879ff09e66e0eb8746dcc837.tar.gz
sonarqube-7674a1465d06a513879ff09e66e0eb8746dcc837.zip
SONAR-10087 SONAR-10113 Display built-in badges on quality gates
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 4 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 cc182652392..ddcfa8d7041 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1158,6 +1158,10 @@ quality_gates.conditions.error=Error
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.
+quality_gates.built_in=Built-in
+quality_gates.built_in.description.1=This quality gate is provided by default.
+quality_gates.built_in.description.2=It will automatically be updated with the latest recommendations.
+
#------------------------------------------------------------------------------
#