Skip to content

Commit

Permalink
Remove "Drive" prefix from LVM page label
Browse files Browse the repository at this point in the history
For consistence with the rest page labels
  • Loading branch information
dgdavid committed Apr 29, 2020
1 parent 1f54d4d commit 4b8ec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/autoinstall/widgets/storage/lvm_page.rb
Expand Up @@ -48,7 +48,7 @@ def initialize(controller, section)

# @macro seeAbstractWidget
def label
format(_("Drive: LVM %{device}"), device: section.device)
format(_("LVM %{device}"), device: section.device)
end

# @macro seeCustomWidget
Expand Down

0 comments on commit 4b8ec2a

Please sign in to comment.