diff options
author | Guillaume Peoc'h <guillaume.peoch@sonarsource.com> | 2022-06-01 18:25:00 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-06-02 20:03:19 +0000 |
commit | 732dee3ca847c1cb0626b20162f8516cddec5397 (patch) | |
tree | 36a71654459df23e031e3f82e3d12e285db83bd7 /sonar-core | |
parent | 10765dd52e9173fee3f50b48de911297d513cd74 (diff) | |
download | sonarqube-732dee3ca847c1cb0626b20162f8516cddec5397.tar.gz sonarqube-732dee3ca847c1cb0626b20162f8516cddec5397.zip |
SONAR-16435 Clarify date - time on Project Overview
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 993f74bfb8d..806319439f4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3114,6 +3114,7 @@ overview.project.branch_X_empty=The "{0}" branch of this project is empty. overview.project.main_branch_no_lines_of_code=The main branch has no lines of code. overview.project.main_branch_empty=The main branch of this project is empty. overview.project.branch_needs_new_analysis=The branch data is incomplete. Run a new analysis to update it. +overview.project.last_analysis.date_time=Last analysis started on {0} overview.project.next_steps.set_up_pr_deco_and_ci.admin=To benefit from more of SonarQube's features, {link_ci} and set up DevOps platform integration in your {link_project_settings}. overview.project.next_steps.set_up_pr_deco_and_ci=To benefit from more of SonarQube's features, {link_ci} and ask a project administrator to set up DevOps platform integration. overview.project.next_steps.set_up_pr_deco.admin=To benefit from more of SonarQube's features, set up DevOps platform integration in your {link_project_settings}. |