diff --git a/src/view/com/composer/TagInput.tsx b/src/view/com/composer/TagInput.tsx index 3b917ebe8d..5ba0fa2357 100644 --- a/src/view/com/composer/TagInput.tsx +++ b/src/view/com/composer/TagInput.tsx @@ -138,7 +138,7 @@ export function TagInput({ autoComplete="off" accessible={true} 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.`} /> )}