diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-12-04 12:32:46 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-12-04 12:32:56 +0100 |
commit | 58d45c1b7a60280949d5a3da512cde645e19e1bc (patch) | |
tree | 4cf591e6e6388dfd4385ac0df6172b025f6196de /sonar-core | |
parent | e9f89443b0a9840dba19d39486a251afb6d642ea (diff) | |
download | sonarqube-58d45c1b7a60280949d5a3da512cde645e19e1bc.tar.gz sonarqube-58d45c1b7a60280949d5a3da512cde645e19e1bc.zip |
SONAR-7069 apply feedback
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 d5fbc5624e7..5797d74ffba 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3135,6 +3135,9 @@ overview.period.days=last {0} days overview.gate.ERROR=Failed overview.gate.WARN=Warning overview.gate.OK=Passed +overview.gate.view.no_alert=The view has passed the quality gate. +overview.gate.view.warnings=The view has warnings on the following quality gate conditions: {0}. +overview.gate.view.errors=The view failed the quality gate on the following conditions: {0}. overview.domain.debt=Debt overview.domain.coverage=Coverage |