fix wording
This commit is contained in:
parent
b005ed76fe
commit
6f86c34da4
1 changed files with 1 additions and 1 deletions
|
@ -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.') });
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue