2024-07-03 17:00:29 +02:00
|
|
|
diff --git a/pkg/storaged/block/format-dialog.jsx b/pkg/storaged/block/format-dialog.jsx
|
|
|
|
index c6a348921..edda50db3 100644
|
|
|
|
--- a/pkg/storaged/block/format-dialog.jsx
|
|
|
|
+++ b/pkg/storaged/block/format-dialog.jsx
|
|
|
|
@@ -146,7 +146,7 @@ function format_dialog_internal(client, path, start, size, enable_dos_extended,
|
2024-04-17 13:30:28 +02:00
|
|
|
add_fsys("xfs", { value: "xfs", title: "XFS" });
|
2022-07-28 15:45:38 +02:00
|
|
|
add_fsys("ext4", { value: "ext4", title: "EXT4" });
|
2024-04-17 13:30:28 +02:00
|
|
|
if (client.features.btrfs)
|
2024-07-03 17:00:29 +02:00
|
|
|
- add_fsys("btrfs", { value: "btrfs", title: "BTRFS" });
|
|
|
|
+ add_fsys("btrfs", { value: "btrfs", title: "BTRFS " + _("(recommended)") });
|
|
|
|
add_fsys("vfat", { value: "vfat", title: "VFAT" });
|
|
|
|
add_fsys("ntfs", { value: "ntfs", title: "NTFS" });
|
|
|
|
add_fsys("swap", { value: "swap", title: "Swap" });
|