aboutsummaryrefslogtreecommitdiff
path: root/src/screens
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/moments/TagFriendsScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/moments/TagFriendsScreen.tsx b/src/screens/moments/TagFriendsScreen.tsx
index d960f3b9..f2c69e32 100644
--- a/src/screens/moments/TagFriendsScreen.tsx
+++ b/src/screens/moments/TagFriendsScreen.tsx
@@ -74,7 +74,7 @@ const TagFriendsScreen: React.FC<TagFriendsScreenProps> = ({route}) => {
</View>
<CaptionScreenHeader
style={styles.header}
- title={'Tap on photo to Tag friends!'}
+ title={'Tap on photo to tag friends!'}
/>
<TouchableWithoutFeedback
disabled={tags.length > 0}