From acc661050ba96609ae323e165bd86fb6cd1e22fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sat, 24 Jan 2026 03:58:44 +0800 Subject: [PATCH] fix: lint --- web/src/views/toolbox/DiskView.vue | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/web/src/views/toolbox/DiskView.vue b/web/src/views/toolbox/DiskView.vue index c40c95ea..eeba9eba 100644 --- a/web/src/views/toolbox/DiskView.vue +++ b/web/src/views/toolbox/DiskView.vue @@ -705,13 +705,8 @@ const handleDeleteFstab = (mountPoint: string) => { :row-key="(row: PartitionData) => row.name" /> - - {{ $gettext('Note: This is the system disk and cannot be operated on.') }} + + {{ $gettext('This is the system disk and cannot be operated on.') }} @@ -753,7 +748,7 @@ const handleDeleteFstab = (mountPoint: string) => { - + {{ $gettext( 'When enabled, the partition UUID will be written to /etc/fstab for automatic mounting on system boot.'