fix helper text

This commit is contained in:
Eric Bailey
2023-09-25 16:35:42 -05:00
parent 28462d4db1
commit 5709d8dc7e
+1 -1
View File
@@ -138,7 +138,7 @@ export function TagInput({
autoComplete="off" autoComplete="off"
accessible={true} accessible={true}
accessibilityLabel="Add tags to your post" accessibilityLabel="Add tags to your post"
accessibilityHint={`You may add up to 8 tags to your post, including those used inline.`} accessibilityHint={`Type a tag and press enter to add it. You can add up to ${max} tag.`}
/> />
)} )}
</View> </View>