This is an automated email from the ASF dual-hosted git repository. rahulvats pushed a commit to branch py-client-sync in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 384373d9c85d9eff85ce7056bbc3853c7611481b Author: Elad Kalif <[email protected]> AuthorDate: Tue Mar 24 20:17:09 2026 +0200 Change hebrew wording for Asset Triggered (#64177) --- airflow-core/src/airflow/ui/public/i18n/locales/he/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/he/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/he/common.json index ee65c0c902a..afcc27a3533 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/he/common.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/he/common.json @@ -168,7 +168,7 @@ "reset": "אתחל", "runId": "מזהה ריצה", "runTypes": { - "asset_triggered": "הופעל על-ידי נכס", + "asset_triggered": "מופעל על-ידי נכס", "backfill": "השלמה למפרע", "manual": "הפעלה ידנית", "scheduled": "מתוזמן"
