From 07c5fd48854283b3d80865d64c46f58575726722 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 18 Jun 2018 09:07:30 -0700 Subject: [PATCH] Fix SMB error message to be within the correct namespace --- templates/locales/synced_folder_smb.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/locales/synced_folder_smb.yml b/templates/locales/synced_folder_smb.yml index c73e9a15b..3819f8b32 100644 --- a/templates/locales/synced_folder_smb.yml +++ b/templates/locales/synced_folder_smb.yml @@ -1,10 +1,5 @@ en: vagrant_sf_smb: - not_supported: |- - It appears your machine doesn't support SMB, has not been - properly configured for SMB, or there is not an adapter to - enable SMB on this machine for Vagrant. Ensure SMB host - functionality is available on this machine and try again. mounting: |- Mounting SMB shared folders... mounting_single: |- @@ -26,6 +21,11 @@ en: Vagrant requires administrator access to create SMB shares and may request access to complete setup of configured shares. errors: + not_supported: |- + It appears your machine doesn't support SMB, has not been + properly configured for SMB, or there is not an adapter to + enable SMB on this machine for Vagrant. Ensure SMB host + functionality is available on this machine and try again. start_failed: |- Vagrant failed to automatically start the SMB service. Ensure the required services can be started and try again.