diff --git a/meshchatx/src/frontend/components/App.vue b/meshchatx/src/frontend/components/App.vue
index 26238d0..38a6a0e 100644
--- a/meshchatx/src/frontend/components/App.vue
+++ b/meshchatx/src/frontend/components/App.vue
@@ -225,16 +225,16 @@
-
+
-
+
- {{ $t("app.nomad_network") }}
+ {{ $t("app.audio_calls") }}
@@ -251,16 +251,16 @@
-
+
-
+
- {{ $t("banishment.title") }}
+ {{ $t("app.nomad_network") }}
@@ -290,16 +290,16 @@
-
+
-
+
- {{ $t("app.audio_calls") }}
+ {{ $t("app.tools") }}
@@ -332,16 +332,16 @@
-
+
-
+
- {{ $t("app.tools") }}
+ {{ $t("banishment.title") }}
diff --git a/meshchatx/src/frontend/components/CommandPalette.vue b/meshchatx/src/frontend/components/CommandPalette.vue
index 509d3de..8526e4a 100644
--- a/meshchatx/src/frontend/components/CommandPalette.vue
+++ b/meshchatx/src/frontend/components/CommandPalette.vue
@@ -134,6 +134,14 @@ export default {
type: "navigation",
route: { name: "messages" },
},
+ {
+ id: "nav-call",
+ title: "nav_call",
+ description: "nav_call_desc",
+ icon: "phone",
+ type: "navigation",
+ route: { name: "call" },
+ },
{
id: "nav-nomad",
title: "nav_nomad",
@@ -158,14 +166,6 @@ export default {
type: "navigation",
route: { name: "paper-message" },
},
- {
- id: "nav-call",
- title: "nav_call",
- description: "nav_call_desc",
- icon: "phone",
- type: "navigation",
- route: { name: "call" },
- },
{
id: "nav-settings",
title: "nav_settings",