aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2022-08-25 10:40:04 +0200
committersonartech <sonartech@sonarsource.com>2022-08-26 20:03:24 +0000
commit6a4d191b95cdf2eb92c281cfa51a99faa919a520 (patch)
tree0772dc253829a03c28c843daead8451fb16a1d72 /sonar-core
parentdc579a6cf86a662ce29dd733ad1b2c0c2056928a (diff)
downloadsonarqube-6a4d191b95cdf2eb92c281cfa51a99faa919a520.tar.gz
sonarqube-6a4d191b95cdf2eb92c281cfa51a99faa919a520.zip
SONAR-16789, SONAR-16965 Group of checkboxes is missing <fieldset>
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 2 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 f11fd232448..eb7a42fcb26 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -181,6 +181,7 @@ see_all=See all
see_x=See {0}
select_verb=Select
selected=Selected
+select_tags=Add or remove tags
set=Set
set_up=Set Up
severity=Severity
@@ -1521,6 +1522,7 @@ project_activity.graphs.duplications=Duplications
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.select_metric=Select metric to display
project_activity.graphs.custom.add_metric_info=Only 3 metrics of the same type can be displayed on one graph. You can have a maximum of two graphs.
project_activity.graphs.custom.no_history=There isn't enough data to generate an activity graph, please select more metrics.
project_activity.graphs.custom.metric_no_history=This metric has no historical data to display.