diff --git a/plugins/eFlows_menu_link.py b/plugins/eFlows_menu_link.py
index 478ac290f29ccf80e1798079f680e49a0de6c082..f8a24680a605f8e75fd6298a6b4564707d0b64d0 100644
--- a/plugins/eFlows_menu_link.py
+++ b/plugins/eFlows_menu_link.py
@@ -1,8 +1,7 @@
 from airflow.plugins_manager import AirflowPlugin
-from flask_admin.base import MenuLink
 
 appbuilder_eFlows = {
-    "name": "More about eFlows4HPC",
+    "name": "About eFlows4HPC",
     "href": "https://eflows4hpc.eu/",
 }
 
@@ -12,4 +11,4 @@ class AirflowEFlowsPlugin(AirflowPlugin):
     flask_blueprints = []
     hooks = []
     admin_views = []
-    appbuilder_menu_items = [appbuilder_eFlows]
\ No newline at end of file
+    appbuilder_menu_items = [appbuilder_eFlows]