diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py
index c92be18..714d315 100644
--- a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py
+++ b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py
@@ -35,7 +35,7 @@ def on_bored():
 
 
 def on_motivated(reward):
-    return 'This is best day\nof my life!'
+    return 'This is the best\nday of my life!'
 
 
 def on_demotivated(reward):