Skip to content

Commit

Permalink
add hint to device settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jey-Cee committed Mar 16, 2024
1 parent eba24ae commit 869f7f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/devicemgmt.js
Expand Up @@ -518,6 +518,13 @@ class dmNetTools extends dmUtils.DeviceManagement {
'zh-cn': '重试之前将活动设置为false',
uk: 'Повтори перед встановленням alive в false'
}
},
note: {
type: 'staticText',
text: {
en: 'The changed settings only have an effect after the next ping.',
de: 'Die geänderten Einstellungen haben erst einen Effekt nachdem nächsten Ping.'
}
}
}
}, {
Expand Down

0 comments on commit 869f7f8

Please sign in to comment.