Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:18519
cockpit.openSUSE_Backports_SLE-15-SP6_Update
storage-btrfs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File storage-btrfs.patch of Package cockpit.openSUSE_Backports_SLE-15-SP6_Update
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, add_fsys("xfs", { value: "xfs", title: "XFS" }); add_fsys("ext4", { value: "ext4", title: "EXT4" }); if (client.features.btrfs) - 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" });
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor