Update error wording when can't connect to SSH.
This commit is contained in:
parent
6bac0a7ab2
commit
9e7ed2cfe5
|
@ -180,7 +180,9 @@ en:
|
||||||
waiting: Waiting for VM to boot. This can take a few minutes.
|
waiting: Waiting for VM to boot. This can take a few minutes.
|
||||||
ready: VM booted and ready for use!
|
ready: VM booted and ready for use!
|
||||||
failed: Failed to connect to VM!
|
failed: Failed to connect to VM!
|
||||||
failed_to_boot: VM failed to boot.
|
failed_to_boot: |-
|
||||||
|
Failed to connect to VM via SSH. Please verify the VM successfully booted
|
||||||
|
by looking at the VirtualBox GUI.
|
||||||
check_box:
|
check_box:
|
||||||
not_found: Box %{name} was not found. Fetching box from specified URL...
|
not_found: Box %{name} was not found. Fetching box from specified URL...
|
||||||
not_specified: |-
|
not_specified: |-
|
||||||
|
|
Loading…
Reference in New Issue