Skip to content

Commit

Permalink
Fixed textdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Mar 5, 2021
1 parent c55050c commit faffefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/console/plugins/proxy_button.rb
Expand Up @@ -26,7 +26,7 @@ module Plugins
# define a CWM widget for starting network configuration
class ProxyButton < CWM::PushButton
def initialize
textdomain "installation"
textdomain "network"
end

def label
Expand Down

0 comments on commit faffefe

Please sign in to comment.