diff --git a/src/views/dashboard/devices/DevicesRoot.vue b/src/views/dashboard/devices/DevicesRoot.vue
index c25b877..381df84 100644
--- a/src/views/dashboard/devices/DevicesRoot.vue
+++ b/src/views/dashboard/devices/DevicesRoot.vue
@@ -173,7 +173,7 @@ export default {
this.$swal({
title: 'Delete?',
- html: `You are about to delete hub ${item.name} with id (${item.id}).
This will also delete all shocker configurations and shares associated with that shocker.
+ html: `You are about to delete hub ${item.name} with id (${item.id}).
This will also delete all shocker configurations and shares associated with that hub.
This is permanent and cannot be undone.
Are you sure?`,
icon: 'warning',
showCancelButton: true,
@@ -405,4 +405,4 @@ export default {
.offline {
color: red;
}
-
\ No newline at end of file
+