mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
style(CLI): improve drive not large enough message wording (#1239)
See: https://github.com/resin-io/etcher/pull/1223#discussion_r108707741 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
06be2e9dfb
commit
4f66d6713f
@ -74,7 +74,7 @@ exports.writeImage = (imagePath, drive, options, onProgress) => {
|
|||||||
})) {
|
})) {
|
||||||
throw errors.createUserError(
|
throw errors.createUserError(
|
||||||
'The image you selected is too big for this drive',
|
'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'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user