This is an automated email from the ASF dual-hosted git repository.
eladkal 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 46f344af174 Change hebrew wording for Asset Triggered (#64177)
46f344af174 is described below
commit 46f344af1749b0b5a64ca6f92cb803bfe3c5e34f
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": "מתוזמן"