aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorAmbroise C <ambroise.christea@sonarsource.com>2024-11-25 14:47:44 +0100
committersonartech <sonartech@sonarsource.com>2024-11-28 20:02:58 +0000
commitc771f240e293e0a7d8021cbfc5d2236e95ebe57b (patch)
tree99f3a5f5bbf5b63948443071507141964b919529 /sonar-core
parent94747daf9743ed21903f14b045fb01f2798d4507 (diff)
downloadsonarqube-c771f240e293e0a7d8021cbfc5d2236e95ebe57b.tar.gz
sonarqube-c771f240e293e0a7d8021cbfc5d2236e95ebe57b.zip
SONAR-23099 Add survey link to indexation complete banner
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties3
1 files changed, 2 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 ba23172b611..21d5616bea8 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -5789,7 +5789,7 @@ indexation.in_progress=Reindexing in progress.
indexation.details_unavailable=Details are unavailable until this process is complete.
indexation.features_partly_available=Most features are available. Some details only show upon completion. {link}
indexation.features_partly_available.link=More info
-indexation.progression={0} out of {1} projects reindexed.
+indexation.progression={count} out of {total} projects reindexed.
indexation.progression_with_error={count} out of {total} projects reindexed with some {link}.
indexation.progression_with_error.link=tasks failing
indexation.completed=All project data has been reloaded.
@@ -5805,6 +5805,7 @@ indexation.filter_unavailable.description=This filter is unavailable until this
indexation.learn_more=Learn more:
indexation.reindexing=Reindexing
indexation.filters_unavailable=Some filters are unavailable until this process is complete. {link}
+indexation.upgrade_survey_link=Help us improve the upgrade experience. <link>Click here to share your thoughts.</link>
#------------------------------------------------------------------------------