This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new e659539c002 Align prevent rerun messages in line 38 and 68 in i18n 
dags.json (#59562)
e659539c002 is described below

commit e659539c002af35ff7b72ebb0eb0678c041dc808
Author: rsanda <[email protected]>
AuthorDate: Thu Dec 18 02:05:36 2025 +0900

    Align prevent rerun messages in line 38 and 68 in i18n dags.json (#59562)
---
 airflow-core/src/airflow/ui/public/i18n/locales/en/dags.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/en/dags.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/en/dags.json
index 5ea7f9c74f4..b12b5767898 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/en/dags.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/en/dags.json
@@ -35,7 +35,7 @@
       "title": "Clear {{type}}"
     },
     "confirmationDialog": {
-      "description": "Task is currently in a {{state}} state started by user 
{{user}} at {{time}}. \nThe user is unable to clear this task until it is done 
running or a user unchecks the \"Prevent rerun of running tasks\" option in the 
clear task dialog.",
+      "description": "Task is currently in a {{state}} state started by user 
{{user}} at {{time}}. \nThe user is unable to clear this task until it is done 
running or a user unchecks the \"Prevent rerun if task is running\" option in 
the clear task dialog.",
       "title": "Cannot Clear Task Instance"
     },
     "delete": {

Reply via email to