Skip to content

Commit

Permalink
FIX - Bolume!
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Dec 1, 2023
1 parent 491fd70 commit 5208c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storaged/lvm2/volume-group.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export function make_lvm2_volume_group_page(parent, vgroup) {

let lvol_excuse = null;
if (has_missing_pvs)
lvol_excuse = _("Bolume group is missing physical volumes");
lvol_excuse = _("Volume group is missing physical volumes");
else if (vgroup.FreeSize == 0)
lvol_excuse = _("No free space");

Expand Down

0 comments on commit 5208c52

Please sign in to comment.