aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2018-10-31 14:23:33 +0100
committerSonarTech <sonartech@sonarsource.com>2018-11-07 20:21:03 +0100
commitc7153cbc9057fa19651dba01c8d9c94ff5e1f4b2 (patch)
treec3e728ec71675c5c5a1913a489fe2c2abf383452 /sonar-core
parent87ba8f35bf6999bd2f5017f9ed26bdd0caca6935 (diff)
downloadsonarqube-c7153cbc9057fa19651dba01c8d9c94ff5e1f4b2.tar.gz
sonarqube-c7153cbc9057fa19651dba01c8d9c94ff5e1f4b2.zip
SONAR-11362 apply feedback (#905)
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties6
1 files changed, 4 insertions, 2 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 880990a561b..14dde9c8641 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2871,8 +2871,10 @@ branches.short_lived.quality_gate.description=The branch status is passed becaus
branches.short_lived_branches=Short-lived branches
branches.pull_request.for_merge_into_x_from_y=for merge into {base} from {branch}
branches.see_the_pr=See the PR
-branches.measures.new_coverage.help=Coverage on New Code. See Measures for details.
-branches.measures.new_duplicated_lines_density.help=Duplications on New Code. See Measures for details.
+branches.measures.new_coverage.help=Coverage on New Code. See {link} for details.
+branches.measures.new_coverage.missing=No coverage data for new code.
+branches.measures.new_duplicated_lines_density.help=Duplications on New Code. See {link} for details.
+branches.measures.new_duplicated_lines_density.missing=No duplications data for new code.
#------------------------------------------------------------------------------