From d0453254442ac482827d116e11c36d8585bc6403 Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Thu, 8 Oct 2020 13:09:54 -0500 Subject: [PATCH] SONAR-13941 Copy "api/views/refresh" to "api/applications/refresh" --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 +++ 1 file changed, 3 insertions(+) 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 1c4ec7a31af..26c7b1861aa 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2724,6 +2724,9 @@ background_task.type.REPORT=Project Analysis background_task.type.DEV_REFRESH=Developer Analysis background_task.type.DEV_PURGE=Developer Cleaning background_task.type.ISSUE_SYNC=Project Data Reload +background_task.type.VIEW_REFRESH=Portfolio Calculation +background_task.type.PROJECT_EXPORT=Project Export +background_task.type.PROJECT_IMPORT=Project Import background_tasks.page=Background Tasks background_tasks.page.description=This page allows monitoring of the queue of tasks running asynchronously on the server. It also gives access to the history of finished tasks and their status. Analysis report processing is the most common kind of background task. -- 2.39.5