Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Oct 25, 2024
1 parent 39349e2 commit 1bd358d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/components/FormTransMultiText/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default function FormTransMultiText({ locale }: Readonly<Locale>) {
type="text"
id="toTranslate"
name="toTranslate"
placeholder="Type the text you want to translate"
value={textToTranslate}
onChange={(e) => {
setTextToTranslate(e.target.value);
Expand Down

0 comments on commit 1bd358d

Please sign in to comment.