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

shahar pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 69f486d87bd [v3-1-test] Fix Spanish translation (#60775) (#60785)
69f486d87bd is described below

commit 69f486d87bd1389856046e0e748c525e777e0095
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 19 18:30:24 2026 +0200

    [v3-1-test] Fix Spanish translation (#60775) (#60785)
    
    (cherry picked from commit 45939e00d8f1b7bbb1c890e33901ac5dd65c57cc)
    
    Co-authored-by: Javier Lorente del Castillo 
<[email protected]>
---
 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