Skip to content

Commit

Permalink
fix: descriptionの文言修正
Browse files Browse the repository at this point in the history
Co-authored-by: maiha <[email protected]>
  • Loading branch information
daiHash and maiha2 authored Nov 13, 2024
1 parent f32fbfd commit 032c298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smarthr-ui/src/components/Textarea/Textarea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export const Textarea = forwardRef<HTMLTextAreaElement, Props & ElementProps>(

<VisuallyHiddenText aria-live="polite">{srCounterMessage}</VisuallyHiddenText>
<VisuallyHiddenText id={maxLettersNoticeId}>
こちらは文字カウンター付きの入力欄です。最大{maxLetters}文字まで入力できます
最大{maxLetters}文字入力できます
</VisuallyHiddenText>
</span>
) : (
Expand Down

0 comments on commit 032c298

Please sign in to comment.