diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 37ed84f07..a201a3833 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -950,8 +950,8 @@ en: The Vagrantfile does not define any 'push' strategies. In order to use `vagrant push`, you must define at least one push strategy: - config.push :ftp do |strategy| - # ... strategy-specific options + config.push.define "ftp" do |push| + # ... push-specific options end push_strategy_not_defined: |- The push strategy '%{name}' is not defined in the Vagrantfile. Defined