diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-08-24 08:46:23 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-08-24 20:07:42 +0000 |
commit | d35ffade4da2d9822cf9cff87e47c8cb24077d85 (patch) | |
tree | e4e5475edec4b0e7824e2e20d5f05542ef81055c /sonar-core | |
parent | e7e46cbe87bd2c5658877fdc1cb5b6e173b0e494 (diff) | |
download | sonarqube-d35ffade4da2d9822cf9cff87e47c8cb24077d85.tar.gz sonarqube-d35ffade4da2d9822cf9cff87e47c8cb24077d85.zip |
Remove lingering code about custom metrics (deprecated and removed)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 14 |
1 files changed, 0 insertions, 14 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 91bed6abaf3..ad72a09c77d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3992,20 +3992,6 @@ encryption.how_to_use.content2=Restrict access to this file by making it readabl encryption.how_to_use.content3=Restart the server if the property {property} has been set or changed. encryption.how_to_use.content4=For each property that you want to encrypt, generate the encrypted value and replace the original value wherever it is stored (configuration files, command lines). -#------------------------------------------------------------------------------ -# -# CUSTOM METRICS -# -#------------------------------------------------------------------------------ -custom_metrics.page=Custom Metrics -custom_metrics.deprecated=Custom metrics are deprecated and will be removed soon. -custom_metrics.page.description=These metrics are available for all projects. Manual measures can be set at project level via the configuration interface. -custom_metrics.delete_metric=Delete Metric -custom_metrics.delete_metric.confirmation=Are you sure you want to delete metric "{0}"? -custom_metrics.update_metric=Update Metric -custom_metrics.create_metric=Create Metric -custom_metrics.domain=Domain - #------------------------------------------------------------------------------ # |