From f0b146c3961c004f37485b547b3cc3fc346bc4d6 Mon Sep 17 00:00:00 2001 From: shyMartinVR Date: Mon, 18 May 2026 23:34:31 +0200 Subject: [PATCH] Fixed typo --- src/views/dashboard/devices/DevicesRoot.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +