mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +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 {
|
||||
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!',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue