diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-07-12 14:34:59 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-07-13 14:34:17 +0200 |
commit | 6f1a53f106d2c658996f4b7a6a6e1e493b653c86 (patch) | |
tree | d1f6cf82ebf9174268b043abd5e1230d43909e56 /sonar-core | |
parent | 33c3ac6b2feb1ef97cb16bc949a0840c388cceaf (diff) | |
download | sonarqube-6f1a53f106d2c658996f4b7a6a6e1e493b653c86.tar.gz sonarqube-6f1a53f106d2c658996f4b7a6a6e1e493b653c86.zip |
SONAR-9403 Change style of metrics with no historical data in the custom graph legend
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 insertions, 1 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 62dedb13419..6b132ffad97 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1292,7 +1292,8 @@ project_activity.graphs.custom=Custom project_activity.graphs.custom.add=Add metric project_activity.graphs.custom.add_metric=Add a metric project_activity.graphs.custom.add_metric_info=Only 3 metrics of the same type can be displayed on the graph. -project_activity.graphs.custom.no_history=There is no historical data to show, please add more metrics to your graph. +project_activity.graphs.custom.no_history=There is no historical data to display, please add more metrics to your graph. +project_activity.graphs.custom.metric_no_history=This metric has no historical data to display. project_activity.graphs.custom.search=Search for a metric by name project_activity.graphs.custom.type_x_message=Only "{0}" metrics are available with your current selection. |