diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2020-06-18 15:42:33 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-09-14 20:07:27 +0000 |
commit | ad4424906d27fc58f51e250532e49009a421fb87 (patch) | |
tree | aa745e9229e4329091ad4cc3098264665b8b6670 /sonar-core | |
parent | 17f30a2dff4ae0c087ccdcbb834b7b873b4a5f17 (diff) | |
download | sonarqube-ad4424906d27fc58f51e250532e49009a421fb87.tar.gz sonarqube-ad4424906d27fc58f51e250532e49009a421fb87.zip |
SONAR-13421 Improve project cards
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 1 insertions, 2 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 4f1f00eaf45..f2a2941693e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -913,7 +913,7 @@ projects.no_new_code_period.TRK=Project has no new code data yet. projects.no_new_code_period.APP=Application has no new code data yet. projects.new_code_period_x=New code: last {0} projects.configure_analysis=Configure analysis -projects.last_analysis_on_x=Last analysis: {0} +projects.last_analysis_on_x=Last analysis: {date} projects.search=Search by project name or key projects.perspective=Perspective projects.skip_to_filters=Skip to project filters @@ -2736,7 +2736,6 @@ overview.failed_conditions=Failed conditions overview.X_more_failed_conditions={0} more failed conditions overview.X_conditions_failed={0} conditions failed overview.quality_gate=Quality Gate Status -overview.quality_gate_x=Quality Gate: {0} overview.quality_gate_failed_with_x=with {0} errors overview.quality_gate_code_clean=Your code is clean! overview.quality_gate_all_conditions_passed=All conditions passed. |