about summary refs log tree commit diff
path: root/src/view/com/composer/Prompt.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/composer/Prompt.tsx')
-rw-r--r--src/view/com/composer/Prompt.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/composer/Prompt.tsx b/src/view/com/composer/Prompt.tsx
index 4a84c7160..f9fd7e7d3 100644
--- a/src/view/com/composer/Prompt.tsx
+++ b/src/view/com/composer/Prompt.tsx
@@ -20,7 +20,7 @@ export function ComposePrompt({onPressCompose}: {onPressCompose: () => void}) {
         />
       </TouchableOpacity>
       <View style={styles.textContainer}>
-        <Text style={styles.text}>What's happening?</Text>
+        <Text style={styles.text}>What's up?</Text>
       </View>
       <View style={styles.btn}>
         <Text style={styles.btnText}>Post</Text>