Fix missing translation error in set_name
This commit is contained in:
parent
050cb482f3
commit
a76556f3eb
|
@ -28,7 +28,7 @@ module VagrantPlugins
|
|||
@logger.info("Not setting the name because our name is already set.")
|
||||
else
|
||||
@logger.info("Setting the name of the VM: #{name}")
|
||||
env[:ui].info(I18n.t("vagrant.actions.set_name.setting_name"))
|
||||
env[:ui].info(I18n.t("vagrant.actions.vm.set_name.setting_name"))
|
||||
env[:machine].provider.driver.set_name(name)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue