From 777eff6c5dd2d88b5f42a07604b043daf8870252 Mon Sep 17 00:00:00 2001
From: jeanrjc <jean.cury@normalesup.org>
Date: Mon, 9 Oct 2023 17:18:43 +0200
Subject: [PATCH] fix title + update in help

---
 components/Nav/Navbar.vue | 2 +-
 content/1.help.md         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/Nav/Navbar.vue b/components/Nav/Navbar.vue
index b4271499..cf7f51d2 100644
--- a/components/Nav/Navbar.vue
+++ b/components/Nav/Navbar.vue
@@ -61,7 +61,7 @@ const computedNavigation = computed(() => {
     </template>
     <v-app-bar-title>
       <span class="d-flex align-center">
-        Knowledge database of all known anti-phage systems by
+        Knowledge database of all known anti-phage systems
       </span>
     </v-app-bar-title>
     <template #append v-if="!mobile">
diff --git a/content/1.help.md b/content/1.help.md
index c37c57de..dda2bda7 100644
--- a/content/1.help.md
+++ b/content/1.help.md
@@ -79,7 +79,7 @@ If you want to modify further the file or other file within the same merge reque
 
 ![Edit_MR](/help/Edit_MR.png){max-width=750px}
 
-The Web IDE editor allows you to edit multiple file at once for a given commit.
+The Web IDE editor allows you to edit multiple file at once for a given commit. This editor is also accessible from the merge request's page under the "Code" button in the upper right corner of the page.
 
 
 ## Contribute to the code
-- 
GitLab