diff --git a/TTS/parler_handler.py b/TTS/parler_handler.py
index e8c6c550cbf9045070f281b6f326491738701839..ac539c7d709cc17533c81a47f155e4a19348b822 100644
--- a/TTS/parler_handler.py
+++ b/TTS/parler_handler.py
@@ -68,7 +68,7 @@ class ParlerTTSHandler(BaseHandler):
 
         if self.compile_mode not in (None, "default"):
             logger.warning(
-                "Torch compilation modes that captures CUDA graphs are not yet compatible with the STT part. Reverting to 'default'"
+                "Torch compilation modes that captures CUDA graphs are not yet compatible with the TTS part. Reverting to 'default'"
             )
             self.compile_mode = "default"