From 6f86c34da4d4f9dc9f4cea3b19a61e86cbe1c96c Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Tue, 17 Mar 2020 22:36:46 +0700 Subject: [PATCH] fix wording --- ui/modal/modalRepost/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.') }); }); } }