diff --git a/scripts/play.php b/scripts/play.php
index 38923c0..075fcd5 100644
--- a/scripts/play.php
+++ b/scripts/play.php
@@ -282,7 +282,7 @@ function changeDetection(filename,copylink=false) {
const xhttp = new XMLHttpRequest();
xhttp.onload = function() {
const labels = JSON.parse(this.responseText);
- let dropdown = ' ';
+ let dropdown = ' ';
// Check if the modal already exists
let modal = document.getElementById('myModal');
@@ -298,7 +298,7 @@ function changeDetection(filename,copylink=false) {
// Add a title to the modal box
let title = document.createElement('h2');
- title.textContent = 'Please select the correct specie here:';
+ title.textContent = 'Please select the correct species here:';
content.appendChild(title);
// Add the dropdown to the content