Skip to content

Commit

Permalink
update in a few more places to post
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeaty committed Jan 11, 2024
1 parent ac7ea5f commit a40d168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const MediaConfirmPrompt: FunctionComponent<Props> = ({
onClick={onConfirm}
className={styles.promptButton}
>
Add tweet
Add post
</Button>
</Localized>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const MediaSectionContainer: FunctionComponent<Props> = ({
/>
{media.__typename === "TwitterMedia" && (
<Localized id="comments-embedLinks-hide-twitter">
Hide Tweet
Hide post
</Localized>
)}
{media.__typename === "GiphyMedia" && (
Expand Down

0 comments on commit a40d168

Please sign in to comment.