This is an automated email from the ASF dual-hosted git repository.

jscheffl 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 cbd21a2d47d Fix language key for dag bundle filter (#68131)
cbd21a2d47d is described below

commit cbd21a2d47d68316cf2c11908888a0fe5ddd6e7c
Author: Jens Scheffler <[email protected]>
AuthorDate: Sat Jun 6 12:50:38 2026 +0200

    Fix language key for dag bundle filter (#68131)
---
 airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx 
b/airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx
index 1ce5daa23e6..6e1c6870cba 100644
--- a/airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx
+++ b/airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx
@@ -78,7 +78,7 @@ export const useFilterConfigs = () => {
     [SearchParamsKeys.BUNDLE_VERSION]: {
       hotkeyDisabled: true,
       icon: <MdCode />,
-      label: translate("common:bundleVersion"),
+      label: translate("components:versionDetails.bundleVersion"),
       type: FilterTypes.TEXT,
     },
     [SearchParamsKeys.CONF_CONTAINS]: {

Reply via email to