diff --git a/ui/modal/modalRepost/view.jsx b/ui/modal/modalRepost/view.jsx index 1cb20279e..3ce8f47f2 100644 --- a/ui/modal/modalRepost/view.jsx +++ b/ui/modal/modalRepost/view.jsx @@ -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.') }); }); } }