diff --git a/plugins/providers/virtualbox/action/set_name.rb b/plugins/providers/virtualbox/action/set_name.rb index 2ee966480..b655bb129 100644 --- a/plugins/providers/virtualbox/action/set_name.rb +++ b/plugins/providers/virtualbox/action/set_name.rb @@ -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