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 cbd23a8dcd1 Fix a tiny Hebrew typo (#56168)
cbd23a8dcd1 is described below
commit cbd23a8dcd1ffc65ae4d1874374e3e004c5352b7
Author: Eitan Shalev <[email protected]>
AuthorDate: Sat Sep 27 17:56:53 2025 +0300
Fix a tiny Hebrew typo (#56168)
---
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": "ידני"
},