aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-27 14:58:29 -0400
committerIvan Chen <ivan@tagg.id>2021-05-27 15:01:55 -0400
commit5a1449b661293e3148ace5e515b408c72120bfed (patch)
tree3da913d19669317065631ddc54859fca10867440
parentb2dc61313d6d353ce681140c00f9a6acf6ee0ebf (diff)
Fix strings
-rw-r--r--src/components/moments/TagFriendsFoooter.tsx2
-rw-r--r--src/screens/moments/TagFriendsScreen.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/moments/TagFriendsFoooter.tsx b/src/components/moments/TagFriendsFoooter.tsx
index 365d709d..753b4486 100644
--- a/src/components/moments/TagFriendsFoooter.tsx
+++ b/src/components/moments/TagFriendsFoooter.tsx
@@ -38,7 +38,7 @@ const TagFriendsFooter: React.FC<TagFriendsFooterProps> = ({tags, setTags}) => {
source={require('../../assets/icons/tagging/white-plus-icon.png')}
style={styles.tagMoreIcon}
/>
- <Text style={styles.tagMoreLabel}>{'Tagg More'}</Text>
+ <Text style={styles.tagMoreLabel}>{'Tag More'}</Text>
</TouchableOpacity>
),
[tags],
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}