Change post prompt to 'Whats up?'
This commit is contained in:
parent
6e67825eca
commit
9ff78bbc43
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue