Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
Fixed spelling error on toast title
Browse files Browse the repository at this point in the history
  • Loading branch information
Supavitax authored and doZennn committed Dec 5, 2019
1 parent e6da4b7 commit ed29e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Import.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class Import extends React.Component {
Promise.all(downloadPromises).then(() => {
PubSub.publish('toast', {
logoNode: 'Download',
title: 'Downloadeds Complete',
title: 'Downloads Complete',
contents: (<p>All Images Downloaded!</p>),
});
});
Expand Down

0 comments on commit ed29e29

Please sign in to comment.