diff --git a/components/Nav/Navbar.vue b/components/Nav/Navbar.vue
index bf1d1b196303d49f17c5fc8b1f75f2acc798b099..fd8a630f35f75d2cba91b25589446864e235fb16 100644
--- a/components/Nav/Navbar.vue
+++ b/components/Nav/Navbar.vue
@@ -27,9 +27,8 @@ const sections = ref([
     href: runtimeConfig.public.defenseFinderWebservice,
   },
   { id: "wiki", label: "Wiki", to: '/', },
-  { id: "refseq", label: "REFSEQ", to: '/refseq/' },
-  { id: "structure", label: "Structures", to: '/predicted-structure/' },
-
+  { id: "refseq", label: "RefSeq DB", to: '/refseq/' },
+  { id: "structure", label: "Structures DB", to: '/predicted-structure/' },
   { id: "help", label: "Help", to: '/help/' },
 ]);