From ce56739b2915da92995560eb5bf581e0d0ceb0d7 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 5 Jun 2019 09:14:37 -0700 Subject: [PATCH] Update bundler error text content --- templates/locales/en.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 5927d6b21..608ca2e45 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -703,10 +703,9 @@ en: plugins in the `plugins` group in your Gemfile or manually require them in a Vagrantfile. bundler_error: |- - Bundler, the underlying system Vagrant uses to install plugins, - reported an error. The error is shown below. These errors are usually - caused by misconfigured plugin installations or transient network - issues. The error from Bundler is: + Vagrant failed to properly resolve required dependencies. These + errors can commonly be caused by misconfigured plugin installations + or transient network issues. The reported error is: %{message} cant_read_mac_addresses: |-