Fix missing interpolation argument. [GH-708]
This commit is contained in:
parent
90d7742c9c
commit
f2272fdba8
|
@ -383,7 +383,8 @@ en:
|
||||||
forwarding_entry: |-
|
forwarding_entry: |-
|
||||||
-- %{guest_port} => %{host_port} (adapter %{adapter})
|
-- %{guest_port} => %{host_port} (adapter %{adapter})
|
||||||
non_nat: |-
|
non_nat: |-
|
||||||
VirtualBox adapter #%{adapter} not configured as "NAT". Skipping: '%{name}'.
|
VirtualBox adapter #%{adapter} not configured as "NAT". Skipping port
|
||||||
|
forwards on this adapter.
|
||||||
privileged_ports: |-
|
privileged_ports: |-
|
||||||
You are trying to forward to privileged ports (ports <= 1024). Most
|
You are trying to forward to privileged ports (ports <= 1024). Most
|
||||||
operating systems restrict this to only privileged process (typically
|
operating systems restrict this to only privileged process (typically
|
||||||
|
|
Loading…
Reference in New Issue