Fix locale that referenced Vagrant::Systems::Base still
This commit is contained in:
parent
7157bd9cdb
commit
5ae19f4782
|
@ -45,7 +45,7 @@ en:
|
|||
try again.
|
||||
guest:
|
||||
invalid_class: |-
|
||||
The specified guest class does not inherit from `Vagrant::Systems::Base`.
|
||||
The specified guest class does not inherit from `Vagrant::Guest::Base`.
|
||||
The specified guest class must inherit from this class.
|
||||
|
||||
The specified guest class was: %{guest}
|
||||
|
|
Loading…
Reference in New Issue