diff --git a/lib/cli/writer.js b/lib/cli/writer.js index 9da73224..6fa4e7d8 100644 --- a/lib/cli/writer.js +++ b/lib/cli/writer.js @@ -74,7 +74,7 @@ exports.writeImage = (imagePath, drive, options, onProgress) => { })) { throw errors.createUserError( 'The image you selected is too big for this drive', - 'Plug in a bigger drive and try again' + 'Please connect a bigger drive and try again' ); }