fix cancelhelp translate error #4888

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-07-21 20:00:53 +01:00
parent 86713cacac
commit 4b891c5be0
2 changed files with 2902 additions and 2905 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4967,7 +4967,7 @@
function closeDeviceHelpRequest(appid, nodeid) {
setDialogMode(0);
meshserver.send({ action: 'msg', type: 'localapp', nodeid: decodeURIComponent(nodeid), appid: decodeURIComponent(appid), value: { cmd: "cancelhelp" } });
meshserver.send({ action: 'msg', type: 'localapp', nodeid: decodeURIComponent(nodeid), appid: decodeURIComponent(appid), value: { cmd: 'cancelhelp' } });
}
// Show currently active sessions on this device