From 1bd358d84db1c705ff66680de2f9740515064a9f Mon Sep 17 00:00:00 2001 From: Gabriel Logan Date: Fri, 25 Oct 2024 17:39:24 -0300 Subject: [PATCH] docs: update --- docs/src/components/FormTransMultiText/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/components/FormTransMultiText/index.tsx b/docs/src/components/FormTransMultiText/index.tsx index 077ac04..d4acad7 100644 --- a/docs/src/components/FormTransMultiText/index.tsx +++ b/docs/src/components/FormTransMultiText/index.tsx @@ -89,6 +89,7 @@ export default function FormTransMultiText({ locale }: Readonly) { type="text" id="toTranslate" name="toTranslate" + placeholder="Type the text you want to translate" value={textToTranslate} onChange={(e) => { setTextToTranslate(e.target.value);