This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 3fc761f4c53 Bugfix english translation keys (#62488)
3fc761f4c53 is described below
commit 3fc761f4c53b7182057501fd8b9e7837b2e66aa2
Author: Jens Scheffler <[email protected]>
AuthorDate: Wed Feb 25 23:55:02 2026 +0100
Bugfix english translation keys (#62488)
---
airflow-core/src/airflow/ui/public/i18n/locales/en/common.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json
b/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json
index 1846f214024..ba586990e60 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json
@@ -161,12 +161,12 @@
"placeholder": "Add a note...",
"taskInstance": "Task Instance Note"
},
- "partitionedDagRun": "Partitioned Dag Run",
+ "partitionedDagRun_one": "Partitioned Dag Run",
"partitionedDagRun_other": "Partitioned Dag Runs",
"partitionedDagRunDetail": {
"receivedAssetEvents": "Received Asset Events"
},
- "pendingDagRun": "{{count}} Pending Dag Run",
+ "pendingDagRun_one": "{{count}} Pending Dag Run",
"pendingDagRun_other": "{{count}} Pending Dag Runs",
"reset": "Reset",
"runId": "Run ID",