@@ -87,7 +87,7 @@ function submitForm(answer) {
if (answer.toLowerCase() == 'istanbul') {
resolve();
} else {
- reject(new Error('Good guess but a wrong answer. Try again!'));
+ reject(new Error('Buen intento, pero incorrecto. ¡Inténtalo de nuevo!'));
}
}, 1500);
});
@@ -111,17 +111,17 @@ textarea.oninput = handleTextareaChange;
```html public/index.html
-That's right!
+¡Correcto!