Skip to content

Commit

Permalink
Update app/components/widgets/forms/image-upload.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Nov 13, 2020
1 parent b5f1f01 commit d02883f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/widgets/forms/image-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class ImageUpload extends Component {
})
.catch(e => {
console.error('Error while uploading and setting image URL', e);
this.notify.error(this.l10n.t('Error while uploading and setting image URL'));
this.notify.error(this.l10n.t('An unexpected error has occurred.'));
this.set('uploadingImage', false);
this.set('selectedImage', null);
});
Expand Down

0 comments on commit d02883f

Please sign in to comment.