Skip to content

Commit

Permalink
Add missing textdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 8, 2018
1 parent 0e24eec commit 9bcd28d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/users/widgets/inst_root_first.rb
Expand Up @@ -29,6 +29,11 @@ module Y2Users
module Widgets
# This class displays the initial configuration settings for the root user.
class InstRootFirst < ::CWM::CustomWidget
# Constructor
def initialize
textdomain "users"
end

# Returns a UI widget-set for the dialog
def contents
@contents ||=
Expand Down

0 comments on commit 9bcd28d

Please sign in to comment.