This commit is contained in:
Vincent Fiduccia 2019-08-27 13:32:59 -07:00 committed by GitHub
parent d03bb75181
commit b3f3156092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});
},
},