diff --git a/meshchatx/src/frontend/components/App.vue b/meshchatx/src/frontend/components/App.vue index 8556191..65cd00e 100644 --- a/meshchatx/src/frontend/components/App.vue +++ b/meshchatx/src/frontend/components/App.vue @@ -170,6 +170,19 @@ + +
+ {{ $t("contacts.description") }} +
++ {{ + isEditingInterface + ? "Update existing connection settings." + : "Create a new connection to the Reticulum network." + }} +
++ One-click configurations for public TCP relays. +