diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2024-01-30 10:40:43 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-01-30 15:02:03 +0000 |
commit | aa685bd63b7364ce350168ef7e7b027afc0928bd (patch) | |
tree | 420369899ea3c81576457bd1a2c0d4d9cb56239b /sonar-core | |
parent | d38fbd9b6915692d435355dac629ad660783912c (diff) | |
download | sonarqube-aa685bd63b7364ce350168ef7e7b027afc0928bd.tar.gz sonarqube-aa685bd63b7364ce350168ef7e7b027afc0928bd.zip |
SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing messages and code comments
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 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 86cd9fa116b..2f8e794111c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -650,7 +650,7 @@ project_branch_pull_request.branch.delete=Delete branch project_branch_pull_request.branch.actions_label=Update {0} project_branch_pull_request.branch.delete.are_you_sure=Are you sure you want to delete branch "{name}"? project_branch_pull_request.branch.main_branch.are_you_sure=Are you sure you want to set branch "{branch}" as the main branch of this project? -project_branch_pull_request.branch.main_branch.requires_reindex=Changing the main branch of your project will trigger a project re-indexation and may impact the level of information that is available until re-indexing is complete. +project_branch_pull_request.branch.main_branch.requires_reindex=Changing the main branch of your project will trigger a project re-indexing and may impact the level of information that is available until re-indexing is complete. project_branch_pull_request.branch.main_branch.learn_more=Please refer to the {documentation} to understand the impacts of changing the main branch. project_branch_pull_request.branch.auto_deletion.keep_when_inactive=Keep when inactive project_branch_pull_request.branch.auto_deletion.keep_when_inactive.tooltip=When turned on, the branch will not be automatically deleted when inactive. @@ -5126,7 +5126,7 @@ maintenance.sonarqube_is_offline.text=The connection to SonarQube is lost. Pleas #------------------------------------------------------------------------------ # -# INDEXATION +# INDEXING # #------------------------------------------------------------------------------ indexation.in_progress=Reindexing in progress. |