From 00b5fdfb93f3bf5bacc0cf62d4bb2012499bd3a2 Mon Sep 17 00:00:00 2001 From: franco sanchez Date: Tue, 10 Oct 2023 12:23:45 -0300 Subject: [PATCH] chore: minor changes --- src/components/forms/NewBook.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/forms/NewBook.tsx b/src/components/forms/NewBook.tsx index 04dedb9..3e2cf31 100644 --- a/src/components/forms/NewBook.tsx +++ b/src/components/forms/NewBook.tsx @@ -458,7 +458,7 @@ export function FormNewBook() { )} - + Idioma{' '} * @@ -476,7 +476,7 @@ export function FormNewBook() { noOptionsMessage={({ inputValue }) => `Esta opción "${inputValue}" no existe` } - placeholder='Seleccione un Idioma' + placeholder='Elija un Idioma' /> @@ -568,7 +568,7 @@ export function FormNewBook() { noOptionsMessage={({ inputValue }) => `Esta opción "${inputValue}" no existe` } - placeholder='Seleccione una categoría' + placeholder='Elija una categoría' /> @@ -590,7 +590,7 @@ export function FormNewBook() { noOptionsMessage={({ inputValue }) => `Esta opción "${inputValue}" no existe` } - placeholder='Seleccione un Formato' + placeholder='Elija un Formato' />