Fix typos in Spanish translation (#480)

This commit is contained in:
Asfo Zavala 2024-09-05 11:01:39 -06:00 committed by GitHub
parent 16af9d1c70
commit 4c3bbc7e46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,6 @@ import common from '../../common';
export default {
letsGoLive: '¡Vamos a desplegar!',
reloadNginxToLoadInYourNewConfiguration: `Reiniciar ${common.nginx} para cargar tu nueva configuracion:`,
goLive: 'A desplegar!',
reloadNginxToLoadInYourNewConfiguration: `Reiniciar ${common.nginx} para cargar tu nueva configuración:`,
goLive: '¡A desplegar!',
};