Skip to content

Commit

Permalink
is dis gud?
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis committed Oct 20, 2023
1 parent 0171888 commit 310a088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/conversation-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ const ConversationScreen = ({navigation, route}) => {
>
{lastMessageStatus === 'timeout' ? "Message not delivered. Are you online?" : '' }
{lastMessageStatus === 'blocked' ? name + ' is unavailable right now. Try messaging someone else!' : '' }
{lastMessageStatus === 'not unique' ? `Someone already sent that intro! Try sending ${name} a more original message...` : '' }
{lastMessageStatus === 'not unique' ? `Someone already sent that intro! Try sending ${name} a different message...` : '' }
</DefaultText>
{!messageFetchTimeout && !isDeletedUser &&
<TextInputWithButton onPress={onPressSend}/>
Expand Down

0 comments on commit 310a088

Please sign in to comment.