diff --git a/Reactjs/src/App.js b/Reactjs/src/App.js index 2420fd4c9..401047f4c 100644 --- a/Reactjs/src/App.js +++ b/Reactjs/src/App.js @@ -23,7 +23,7 @@ class App extends Component { >

- Hello World! Happy Halloween! + { window.navigator.language.includes('es') ? 'Hola Mundo! Feliz halloween!': 'Hello World! Happy Halloween!' }