mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-13 21:57:06 +00:00
Fix typos in Spanish translation (#480)
This commit is contained in:
parent
16af9d1c70
commit
4c3bbc7e46
1 changed files with 2 additions and 2 deletions
|
@ -28,6 +28,6 @@ import common from '../../common';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
letsGoLive: '¡Vamos a desplegar!',
|
letsGoLive: '¡Vamos a desplegar!',
|
||||||
reloadNginxToLoadInYourNewConfiguration: `Reiniciar ${common.nginx} para cargar tu nueva configuracion:`,
|
reloadNginxToLoadInYourNewConfiguration: `Reiniciar ${common.nginx} para cargar tu nueva configuración:`,
|
||||||
goLive: 'A desplegar!',
|
goLive: '¡A desplegar!',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue