diff --git a/cfg/TiagoTTSModule.cfg b/cfg/TiagoTTSModule.cfg
index d68dc67aa00913e647e614acedb5d8b16ceedccd..6bbd14d90351384197b4b141e7d931b36732d973 100755
--- a/cfg/TiagoTTSModule.cfg
+++ b/cfg/TiagoTTSModule.cfg
@@ -40,7 +40,7 @@ gen = ParameterGenerator()
 
 #       Name                       Type       Reconfiguration level            Description                       Default   Min   Max
 #gen.add("velocity_scale_factor",  double_t,  0,                               "Maximum velocity scale factor",  0.5,      0.0,  1.0)
-add_module_params(gen,"tts_module")
+add_module_params(gen,"tts")
 tts_action=add_module_action_params(gen,"speech")
 
 exit(gen.generate(PACKAGE, "TiagoTTSModuleAlgorithm", "TiagoTTSModule"))
diff --git a/src/tiago_tts_client_alg_node.cpp b/src/tiago_tts_client_alg_node.cpp
index 3bf551d1841d6aa981a1f587dcec7c111201b0b7..c017a6548590076db11330539b2c3070e90d3885 100644
--- a/src/tiago_tts_client_alg_node.cpp
+++ b/src/tiago_tts_client_alg_node.cpp
@@ -3,7 +3,7 @@
 
 TiagoTTSClientAlgNode::TiagoTTSClientAlgNode(void) :
   algorithm_base::IriBaseAlgorithm<TiagoTTSClientAlgorithm>(),
-  tts("tts_module",ros::this_node::getName())
+  tts("tts",ros::this_node::getName())
 {
   //init class attributes if necessary
   //this->loop_rate_ = 2;//in [Hz]