Skip to content

Commit

Permalink
update delete device message to clarify that no data will actually be…
Browse files Browse the repository at this point in the history
… effected, only scrutiny data.

fixes #544
  • Loading branch information
AnalogJ committed Nov 22, 2023
1 parent fb6c3d6 commit 5bbd4c3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<h2 mat-dialog-title>Delete {{data.title}}?</h2>
<mat-dialog-content>This will delete all data associated with this device (including all historical data).</mat-dialog-content>
<mat-dialog-content>This will remove the device and all historical data from Scrutiny. <strong>Any data on the device
itself will remain untouched.</strong></mat-dialog-content>
<mat-dialog-actions>
<button mat-button mat-dialog-close>Cancel</button>
<!-- The mat-dialog-close directive optionally accepts a value as a result for the dialog. -->
<button class="red-600" mat-button (click)="onDeleteClick()">
<mat-icon class="icon-size-20 mr-3"
[svgIcon]="'delete_forever'"></mat-icon>
Delete</button>
Delete
</button>
</mat-dialog-actions>

0 comments on commit 5bbd4c3

Please sign in to comment.