diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 7f4c65b436..58b54b0fc1 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -301,5 +301,11 @@ "alertError": "Oops! A problem occurred, please try again.", "loading": "Sending..." } + }, + "whatsapp": { + "accountName": "CloudTech Sistemas", + "statusMessage": "Usually replies within an hour", + "chatMessage": "¡Hi there! 👋 How can we help you?", + "placeholder": "Type your message..." } } diff --git a/public/locales/es/translation.json b/public/locales/es/translation.json index 42f71dcb3a..f55da95569 100644 --- a/public/locales/es/translation.json +++ b/public/locales/es/translation.json @@ -301,5 +301,11 @@ "alertError": "¡Ups! Ocurrió un problema, intenta nuevamente.", "loading": "Enviando..." } + }, + "whatsapp": { + "accountName": "CloudTech Sistemas", + "statusMessage": "Normalmente responde en 1 hora", + "chatMessage": "¡Hola! 👋 ¿Cómo podemos ayudarte?", + "placeholder": "Escribe tu mensaje..." } } diff --git a/src/front/components/HeaderAbout.jsx b/src/front/components/HeaderAbout.jsx index 9b9702557e..6334bd9bdd 100644 --- a/src/front/components/HeaderAbout.jsx +++ b/src/front/components/HeaderAbout.jsx @@ -14,11 +14,11 @@ export const HeaderAbout = () => {
- Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eveniet dolorum iste enim consequatur corporis ipsa tenetur modi sunt ullam placeat. + {t('about.sectionDescription')}