diff --git a/src/components/LeftMenu.vue b/src/components/LeftMenu.vue
index 8e83bf579..1b31f3f31 100644
--- a/src/components/LeftMenu.vue
+++ b/src/components/LeftMenu.vue
@@ -225,37 +225,83 @@ const searchModule = () => {
(item.children && !filteredPinnedModules.has(item.name))
"
>
+
+
+
+
+
+
+
+ {{ t(item.title) }}
+
+
+
+ {{
+ t('components.leftMenu.removeFromPinned')
+ }}
+
+
+
+
+ {{ t('components.leftMenu.addToPinned') }}
+
+
+
+
+
+
-
-
-
- {{ t('components.leftMenu.removeFromPinned') }}
-
-
-
-
- {{ t('components.leftMenu.addToPinned') }}
-
-
-
+
+
+ {{ t('components.leftMenu.removeFromPinned') }}
+
+
+
+
+ {{ t('components.leftMenu.addToPinned') }}
+
+