From 7d32aed01f0e40b602a38e70b886f1ab6079a595 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 12 Mar 2014 09:38:52 -0700 Subject: [PATCH] Clarify error message on missing b ox --- templates/locales/en.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index e225ab0e0..43c8cbde6 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -294,9 +294,10 @@ en: Available versions: %{versions} box_add_short_not_found: |- The box '%{name}' could not be found or - could not be accessed in the remote catalog. Please - double-check the name. The expanded URL and error message - are shown below. + could not be accessed in the remote catalog. If this is a private + box on Vagrant Cloud, please verify you're logged in via + `vagrant login`. Also, please double-check the name. The expanded + URL and error message are shown below: URL: %{url} Error: %{error}