This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 4e0ed37cb98a562453695ada955d1932acb33594 Author: Eitan Shalev <[email protected]> AuthorDate: Sat Sep 27 17:56:53 2025 +0300 Fix a tiny Hebrew typo (#56168) (cherry picked from commit cbd23a8dcd1ffc65ae4d1874374e3e004c5352b7) --- airflow-core/src/airflow/ui/public/i18n/locales/he/assets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/he/assets.json b/airflow-core/src/airflow/ui/public/i18n/locales/he/assets.json index 64c57f2029c..db33727e72f 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/he/assets.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/he/assets.json @@ -3,7 +3,7 @@ "createEvent": { "button": "יצירת אירוע", "manual": { - "description": "יצירה ידנית של אירוע בכנס", + "description": "יצירה ידנית של אירוע בנכס", "extra": "תוכן אירוע בנכס", "label": "ידני" },
