Эх сурвалжийг харах

Update transcribe_watson.php

FusionPBX 1 жил өмнө
parent
commit
30e8a68f80

+ 1 - 1
resources/classes/transcribe_watson.php

@@ -239,7 +239,7 @@ if (!class_exists('transcribe_watson')) {
 				return '';
 			}
 			else {
-				return "Your message has been transcribed by watson:  ".$this->message;
+				return $this->message;
 			}
 
 		}