diff --git a/src/components/PostControls/RepostButton.web.tsx b/src/components/PostControls/RepostButton.web.tsx index 48720b753b..e8e02d2c0f 100644 --- a/src/components/PostControls/RepostButton.web.tsx +++ b/src/components/PostControls/RepostButton.web.tsx @@ -62,11 +62,17 @@ export const RepostButton = ({ - {isReposted ? _(msg`Undo repost`) : _(msg`Repost`)} + {isReposted + ? _(msg`Undo repost`) + : _(msg({message: `Repost`, context: `action`}))}