Change post prompt to 'Whats up?'

This commit is contained in:
Paul Frazee
2022-11-22 12:16:08 -06:00
parent ec3ba2ebc8
commit a83da7367c
2 changed files with 2 additions and 2 deletions
+1 -1
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>