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

shahar 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 45939e00d8f Fix Spanish translation (#60775)
45939e00d8f is described below

commit 45939e00d8f1b7bbb1c890e33901ac5dd65c57cc
Author: Javier Lorente del Castillo <[email protected]>
AuthorDate: Mon Jan 19 17:01:38 2026 +0100

    Fix Spanish translation (#60775)
---
 airflow-core/src/airflow/ui/public/i18n/locales/es/common.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/es/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/es/common.json
index ad6819dc817..e9b901a4011 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/es/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/es/common.json
@@ -163,7 +163,7 @@
     "scheduled": "Programado"
   },
   "reset": "Restablecer",
-  "runId": "ID de la corrida",
+  "runId": "ID de la ejecución",
   "runTypes": {
     "asset_triggered": "Asset Activado",
     "backfill": "Backfill",

Reply via email to