Update reboot message

This commit is contained in:
Taylor Helsper 2019-08-15 22:17:43 -05:00
parent 8996a451cb
commit 2f8dce55b5

View File

@ -86,7 +86,7 @@
}
openConfirmDialog("confirm-dialog",
"Reboot Device",
"Are you sure you want to reboot your myNode?",
"Are you sure you want to reboot your device?",
okFunction)
});