Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Feb 18, 2020
1 parent e7d6c74 commit e216595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/network/services/dns.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def initialize_network_services_dns(include_target)
@widget_descr_dns = {
"HOSTNAME" => {
"widget" => :textentry,
"label" => "Static H&ostname",
"label" => _("Static H&ostname"),
"opt" => [],
"help" => Ops.get_string(@help, "hostname_global", ""),
"valid_chars" => Hostname.ValidChars,
Expand Down

0 comments on commit e216595

Please sign in to comment.