]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-20997 Replace "cancelled" with "canceled"
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>
Fri, 19 Jan 2024 14:51:38 +0000 (15:51 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 19 Jan 2024 20:02:56 +0000 (20:02 +0000)
server/sonar-db-dao/src/it/java/org/sonar/db/ce/CeActivityDaoIT.java
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index c69008df1af701ae0137e01445c08add6834e32d..e4dbd2709ec8b5694d3284baf1001b5eeae1ab27 100644 (file)
@@ -421,7 +421,7 @@ public class CeActivityDaoIT {
     assertThat(underTest.selectByUuid(db.getSession(), "TASK_2").get().getIsLast()).isTrue();
     assertThat(underTest.selectByUuid(db.getSession(), "TASK_3").get().getIsLast()).isTrue();
 
-    // inserting a cancelled task does not change the last task
+    // inserting a canceled task does not change the last task
     insert("TASK_4", REPORT, ENTITY_1, CANCELED);
     assertThat(underTest.selectByUuid(db.getSession(), "TASK_1").get().getIsLast()).isFalse();
     assertThat(underTest.selectByUuid(db.getSession(), "TASK_2").get().getIsLast()).isTrue();
index 77d5413234133d0b1177a6890ba13d247845d299..895041987a7a04d1db5e31949ff9882516a1962c 100644 (file)
@@ -5147,7 +5147,7 @@ indexation.progression_with_error={0} out of {1} projects reindexed with some {l
 indexation.progression_with_error.link=tasks failing
 indexation.completed=All project data has been reloaded.
 indexation.completed_with_error=SonarQube completed the reload of project data. Some {link} causing some projects to remain unavailable.
-indexation.completed_with_error.link=tasks failed or cancelled
+indexation.completed_with_error.link=tasks failed or canceled
 indexation.admin_link=See {link} for more information.
 indexation.page_unavailable.title.issues=Issues page is temporarily unavailable
 indexation.page_unavailable.title.portfolios=Portfolios page is temporarily unavailable