diff --git a/pkg/storaged/block/format-dialog.jsx b/pkg/storaged/block/format-dialog.jsx index 2c8303a4c42..7620a82eedb 100644 --- a/pkg/storaged/block/format-dialog.jsx +++ b/pkg/storaged/block/format-dialog.jsx @@ -343,12 +343,6 @@ function format_dialog_internal(client, path, start, size, enable_dos_extended, Title: title, Teardown: TeardownMessage(usage), Fields: [ - TextInput("name", _("Name"), - { - value: content_block?.IdLabel, - validate: (name, vals) => validate_fsys_label(name, vals.type), - visible: is_filesystem - }), TextInput("mount_point", _("Mount point"), { visible: is_filesystem, @@ -374,6 +368,12 @@ function format_dialog_internal(client, path, start, size, enable_dos_extended, return create_partition; } }), + TextInput("name", _("Filesystem label"), + { + value: content_block?.IdLabel, + validate: (name, vals) => validate_fsys_label(name, vals.type), + visible: is_filesystem + }), CheckBoxes("erase", _("Overwrite"), { fields: [