From 5709d8dc7e9796eee2a0ec7aac6487b0637d02ce Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 25 Sep 2023 16:35:42 -0500 Subject: [PATCH] fix helper text --- src/view/com/composer/TagInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.`} /> )}