diff --git a/app/src/main/java/com/adoan/mindrover/model/ExperimentNavigator.kt b/app/src/main/java/com/adoan/mindrover/model/ExperimentNavigator.kt
index 393f02f9097bfe7af12e3f8be98f381d255412a4..08a9ad0cdf914b4010fb0f9c0a8ff4e6852d0ab1 100644
--- a/app/src/main/java/com/adoan/mindrover/model/ExperimentNavigator.kt
+++ b/app/src/main/java/com/adoan/mindrover/model/ExperimentNavigator.kt
@@ -161,7 +161,7 @@ class ExperimentNavigator(): ViewModel() {
                 Log.d("Experiment", comm.id)
                 _actualCommand.value = comm
                 _experimentRun.value = comm.imgId
-                delay(3000)
+                delay(5000)
                 _actualCommand.value = action
                 delay(3000)
                 val lastArray = _eegDataListener?.getLatestData(1000)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 395c042f74ecc69315f8d6f1beb4565b83c2cfa9..4510b5bf393db5f493e519d752f71d5f3a7587c9 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -14,7 +14,7 @@
     <string name="clench_command">When the X appears,\nclench your teeth!</string>
     <string name="rest_command">When the X appears,\njust rest!</string>
     <string name="no_command"> </string>
-    <string name="train_home_label">This is the page to get data for tuning the Neural Network</string>
+    <string name="train_home_label">This is the page to get data for tuning the Neural Network. In the next phase, the screen first shows the task to be performed, then the X appears when you should perform the given task.</string>
     <string name="game_starter_label">Are you ready to start the game?</string>
 
 </resources>
\ No newline at end of file