]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
safe destroy window: rework top-level comment
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 20 Apr 2024 09:20:33 +0000 (11:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 20 Apr 2024 15:19:24 +0000 (17:19 +0200)
avoid odd wrap, this isn't a poem, and add some more context.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/window/SafeDestroy.js

index ad12dd55bca00df333a6947b1d310c7ca2679bff..c05846588e1d727822c4318e821329540ab00e07 100644 (file)
@@ -1,7 +1,5 @@
-/* Popup a message window
- * where the user has to manually enter the resource ID
- * to enable the destroy button
- */
+// Pop-up a message window where the user has to manually enter the resource ID to enable the
+// destroy confirmation button to ensure that they got the correct resource selected for.
 Ext.define('Proxmox.window.SafeDestroy', {
     extend: 'Ext.window.Window',
     alias: 'widget.proxmoxSafeDestroy',