diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-04-08 11:34:59 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-04-08 11:34:59 +0200 |
commit | 11d0c8063cd6a27698465acecff1f41644e42c7e (patch) | |
tree | 4ccbb309661de7f0d54d7b497aeb3e035ae85199 /sonar-core | |
parent | 3db734c2a9f3994a4751cf631ff8bace529acdc4 (diff) | |
download | sonarqube-11d0c8063cd6a27698465acecff1f41644e42c7e.tar.gz sonarqube-11d0c8063cd6a27698465acecff1f41644e42c7e.zip |
SONAR-7402 make it possible to see more about domain on the overview page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 0 insertions, 3 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 1fdfa23b98d..1ad63828b94 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3122,9 +3122,6 @@ 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.risk=Bugs & Vulnerabilities -overview.domain.code_smells=Code Smells -overview.domain.coverage=Coverage overview.domain.duplications=Duplications overview.domain.structure=Structure |