diff --git a/plugins/eFlows_menu_link.py b/plugins/eFlows_menu_link.py index da5b6603b96752fcd2f24773242b5fce75d891f0..937ad23e784fb873550d41e54b6c0e39fedea4c9 100644 --- a/plugins/eFlows_menu_link.py +++ b/plugins/eFlows_menu_link.py @@ -14,9 +14,9 @@ class AirflowEFlowsPlugin(AirflowPlugin): appbuilder_menu_items = [appbuilder_eFlows] class AirflowDataCatPlugin(AirflowPlugin): - name = "Data Catalogue" + name = "Data Catalog" operators = [] flask_blueprints = [] hooks = [] admin_views = [] - appbuilder_menu_items = [{"name": "Data Catalogue", "href": "https://datacatalog.fz-juelich.de/index.html"}] + appbuilder_menu_items = [{"name": "Data Catalog", "href": "https://datacatalog.fz-juelich.de/index.html"}]