From 5bbd4c3b64f24139350e6d9c27548151a046d116 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 22 Nov 2023 14:25:26 -0800 Subject: [PATCH] update delete device message to clarify that no data will actually be effected, only scrutiny data. fixes #544 --- .../dashboard-device-delete-dialog.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp/frontend/src/app/layout/common/dashboard-device-delete-dialog/dashboard-device-delete-dialog.component.html b/webapp/frontend/src/app/layout/common/dashboard-device-delete-dialog/dashboard-device-delete-dialog.component.html index 6cbe6ba..62132c7 100644 --- a/webapp/frontend/src/app/layout/common/dashboard-device-delete-dialog/dashboard-device-delete-dialog.component.html +++ b/webapp/frontend/src/app/layout/common/dashboard-device-delete-dialog/dashboard-device-delete-dialog.component.html @@ -1,10 +1,12 @@

Delete {{data.title}}?

-This will delete all data associated with this device (including all historical data). +This will remove the device and all historical data from Scrutiny. Any data on the device + itself will remain untouched. + Delete +