Change post prompt to 'Whats up?'

This commit is contained in:
Paul Frazee 2022-11-22 12:16:08 -06:00
parent 6e67825eca
commit 9ff78bbc43
2 changed files with 2 additions and 2 deletions

View file

@ -172,7 +172,7 @@ export const ComposePost = observer(function ComposePost({
multiline
scrollEnabled
onChangeText={(text: string) => onChangeText(text)}
placeholder={replyTo ? 'Write your reply' : "What's new?"}
placeholder={replyTo ? 'Write your reply' : "What's up?"}
style={styles.textInput}>
{textDecorated}
</TextInput>