mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
update lang
This commit is contained in:
parent
ff38d4c239
commit
9b36120faa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue