Skip to content

Commit

Permalink
removed experimental flag for LUKS2
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Feb 16, 2024
1 parent ac11095 commit c7df485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/installation/console/plugins/luks2_checkbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Installation
module Console
module Plugins
# define a checkbox for enabling the experimental LUKS2 support in the installer
# define a checkbox for enabling the LUKS2 support in the installer
class LUKS2CheckBox < CWM::CheckBox
include Yast::Logger

Expand All @@ -36,7 +36,7 @@ def init

def label
# TRANSLATORS: check box label
_("Enable Experimental LUKS2 Encryption Support")
_("Enable LUKS2 Encryption Support")
end

def store
Expand All @@ -53,7 +53,7 @@ def store

def help
# TRANSLATORS: help text for the checkbox enabling LUKS2 support
_("<p>You can enable experimental LUKS2 encryption support in "\
_("<p>You can enable LUKS2 encryption support in "\
"the YaST partitioner. It is not supported and is designed as a " \
"technology preview only.</p>")
end
Expand Down

0 comments on commit c7df485

Please sign in to comment.