aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2024-03-21 14:01:43 +0100
committersonartech <sonartech@sonarsource.com>2024-03-25 20:02:42 +0000
commit6f4f195adb0757a3ab936d9360e54fcfa694cdd2 (patch)
tree555ab77331afdcf853027181e8c692f6fa751760 /sonar-core
parentd55d444d17e1be7fa11db8d7a2875b31bfef3ada (diff)
downloadsonarqube-6f4f195adb0757a3ab936d9360e54fcfa694cdd2.tar.gz
sonarqube-6f4f195adb0757a3ab936d9360e54fcfa694cdd2.zip
SONAR-21798 Remove link from deprecated tooltip badge in activity
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 4 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 e0589a7789e..b58a72b659b 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1952,7 +1952,10 @@ project_activity.graphs.data_table.no_data_warning_check_dates_y=There is no dat
project_activity.graphs.data_table.no_data_warning_check_dates_x_y=There is no data for the selected date range ({start} to {end}). Try modifying the date filters on the main page.
project_activity.custom_metric.covered_lines=Covered Lines
-project_activity.custom_metric.deprecated=We are deprecating those filters to align the Activity page with our definition of Clean Code. They will be removed in a future release. {learn_more}
+
+project_activity.custom_metric.deprecated.severity=Old severities and the corresponding filters are deprecated.
+project_activity.custom_metric.deprecated.quality=Issue types and the corresponding filters are deprecated. You can use filters by Software Quality.
+project_activity.custom_metric.deprecated.confirmed=Confirmed issues and the corresponding filter is deprecated.
#------------------------------------------------------------------------------
#