Skip to content

Commit

Permalink
apply manual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 22, 2023
1 parent 739156f commit af0a4b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/y2firstboot/clients/hostname.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def run

def initialize
textdomain "firstboot"

super
end

def run
Expand Down
1 change: 1 addition & 0 deletions src/lib/y2firstboot/clients/licenses.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class Licenses < Yast::Client
def initialize
textdomain "firstboot"

super
@args = GetInstArgs.argmap
end

Expand Down

0 comments on commit af0a4b8

Please sign in to comment.