diff options
author | 7PH <benjamin.raymond@sonarsource.com> | 2024-01-26 15:08:57 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-01-31 20:03:36 +0000 |
commit | 4edadbec3a4603f9b94a53242724c08e4c9876f1 (patch) | |
tree | ee417e498c7bda526e32d2372e877d11ef9898a4 /sonar-core | |
parent | 5f5d2fa963722569f6e44e5cead762cd4de28ab4 (diff) | |
download | sonarqube-4edadbec3a4603f9b94a53242724c08e4c9876f1.tar.gz sonarqube-4edadbec3a4603f9b94a53242724c08e4c9876f1.zip |
SONAR-21455 Add integration tests & Refactor branch overview ITs to use mock service
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
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 230e8e85d38..397344fa01b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3960,6 +3960,7 @@ overview.project.next_steps.set_up_pr_deco=To benefit from more of SonarQube's f overview.project.next_steps.set_up_ci=To benefit from more of SonarQube's features, {link}. overview.project.next_steps.links.project_settings=project settings overview.project.next_steps.links.set_up_ci=set up analysis in your favorite CI +overview.project.software_impact.has_rating=Software Quality {softwareQuality} has rating {rating} overview.project.no_data=No data. overview.run_analysis_to_compute.TRK=Run new analysis to compute. overview.run_analysis_to_compute.APP=All projects need to be analysed. |