diff --git a/src/lib/installation/console/plugins/luks2_checkbox.rb b/src/lib/installation/console/plugins/luks2_checkbox.rb index deeeace1a..f046220e1 100644 --- a/src/lib/installation/console/plugins/luks2_checkbox.rb +++ b/src/lib/installation/console/plugins/luks2_checkbox.rb @@ -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 @@ -36,7 +36,7 @@ def init def label # TRANSLATORS: check box label - _("Enable Experimental LUKS2 Encryption Support") + _("Enable LUKS2 Encryption Support") end def store @@ -53,7 +53,7 @@ def store def help # TRANSLATORS: help text for the checkbox enabling LUKS2 support - _("

You can enable experimental LUKS2 encryption support in "\ + _("

You can enable LUKS2 encryption support in "\ "the YaST partitioner. It is not supported and is designed as a " \ "technology preview only.

") end