diff --git a/plugins/commands/plugin/action/license_plugin.rb b/plugins/commands/plugin/action/license_plugin.rb index 3bbf63df6..b69e52749 100644 --- a/plugins/commands/plugin/action/license_plugin.rb +++ b/plugins/commands/plugin/action/license_plugin.rb @@ -43,7 +43,8 @@ module VagrantPlugins FileUtils.cp(license_file, final_path) # Installed! - env[:ui].success(I18n.t("vagrant.commands.plugin.installed_license")) + env[:ui].success(I18n.t("vagrant.commands.plugin.installed_license", + :name => env[:plugin_name])) @app.call(env) end