aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-12-28 09:37:49 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-12-29 17:19:07 +0100
commit626d28bab60fb53ed64dc1054640d224456901e4 (patch)
treebea9a467a84213589b7ac3c2511d221b461c9d59 /sonar-core
parent6dec8a61556090d4cdeac8fb130b2ba01809bca9 (diff)
downloadsonarqube-626d28bab60fb53ed64dc1054640d224456901e4.tar.gz
sonarqube-626d28bab60fb53ed64dc1054640d224456901e4.zip
SONAR-8530 Infinite loading when opening the measures page for an absent measure
Diffstat (limited to 'sonar-core')
-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 0ca4ee2690e..e605b594f66 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2699,6 +2699,7 @@ component_measures.legend.color_x=Color: {0}
component_measures.legend.size_x=Size: {0}
component_measures.x_of_y={0} of {1}
component_measures.no_history=There is no historical data.
+component_measures.not_found=The requested measure was not found.
#------------------------------------------------------------------------------