Skip to content

Commit

Permalink
Update post dropdown copy
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed May 30, 2024
1 parent 5297a5b commit bc7e9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/com/util/forms/PostDropdownBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@ let PostDropdownBtn = ({
{hasSession && (
<Menu.Item
testID="postDropdownSendViaDMBtn"
label={_(msg`Send via Chat`)}
label={_(msg`Send via direct messsage`)}
onPress={sendViaChatControl.open}>
<Menu.ItemText>
<Trans>Send via Chat</Trans>
<Trans>Send via direct messsage</Trans>
</Menu.ItemText>
<Menu.ItemIcon icon={Send} position="right" />
</Menu.Item>
Expand Down

0 comments on commit bc7e9f6

Please sign in to comment.