This is an automated email from the ASF dual-hosted git repository.
bbovenzi 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 894f2086e8a fix: Add noItemsFound for en (#51244)
894f2086e8a is described below
commit 894f2086e8a48222930c22b0adac4cd93f8865e1
Author: LI,JHE-CHEN <[email protected]>
AuthorDate: Fri May 30 22:46:16 2025 +0800
fix: Add noItemsFound for en (#51244)
---
airflow-core/src/airflow/ui/src/i18n/locales/en/common.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow-core/src/airflow/ui/src/i18n/locales/en/common.json
b/airflow-core/src/airflow/ui/src/i18n/locales/en/common.json
index fb5230c50fa..1a2597d67e8 100644
--- a/airflow-core/src/airflow/ui/src/i18n/locales/en/common.json
+++ b/airflow-core/src/airflow/ui/src/i18n/locales/en/common.json
@@ -44,6 +44,7 @@
"plugins": "Plugins",
"security": "Security"
},
+ "noItemsFound": "No {{modelName}} found",
"pools": {
"deferred": "Deferred",
"open": "Open",