From 9b36120faa85c633209d96b9ad4b20ba707e2f79 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 6 Jan 2025 19:05:22 +1300 Subject: [PATCH] update lang --- meshchat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshchat.py b/meshchat.py index 3d4242f..a475494 100644 --- a/meshchat.py +++ b/meshchat.py @@ -583,11 +583,11 @@ class ReticulumMeshChat: if allow_overwriting_interface: return web.json_response({ - "message": "Interface has been saved", + "message": "Interface has been saved. Please restart MeshChat for these changes to take effect.", }) else: return web.json_response({ - "message": "Interface has been added", + "message": "Interface has been added. Please restart MeshChat for these changes to take effect.", }) # export interfaces