fix wording

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2020-03-17 22:36:46 +07:00 committed by Sean Yesmunt
parent b005ed76fe
commit 6f86c34da4

View file

@ -109,7 +109,7 @@ function ModalRepost(props: Props) {
}).then((repostClaim: StreamClaim) => {
analytics.apiLogPublish(repostClaim);
doHideModal();
doToast({ message: __('Woohoo! Sucessfully reposted this claim.') });
doToast({ message: __('Woohoo! Successfully reposted this claim.') });
});
}
}