diff --git a/lib/nodes/addon/custom-drivers/cluster-drivers/controller.js b/lib/nodes/addon/custom-drivers/cluster-drivers/controller.js index cd0991f61..de0097c2f 100644 --- a/lib/nodes/addon/custom-drivers/cluster-drivers/controller.js +++ b/lib/nodes/addon/custom-drivers/cluster-drivers/controller.js @@ -60,7 +60,7 @@ export default Controller.extend({ }).then((res) => { downloadFile(`.rancher-images.yml`, get(res, 'body')); }).catch((error) => { - get(this, 'growl').fromError('Error Download Images List', error.message); + get(this, 'growl').fromError('Error downloading image list', error.message); }); }, },