diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index ebe33e7c..02e45f74 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -1287,7 +1287,7 @@ InitConfigParameters(); on({id: [].concat(NSPanel_Path + 'Config.ScripgtDebugStatus'), change: "ne"}, async function (obj) { try { - obj.state.val ? log('Debugmodus aktiviert', 'info') : log('Debugmodus deaktiviert', 'info'); + obj.state.val ? log('Debug mode activated', 'info') : log('Debug mode disabled', 'info'); Debug = obj.state.val } catch (err) { log('error at Trigger ScripgtDebugStatus: ' + err.message, 'warn');