Browse Source

Update transcribe_watson.php

FusionPBX 1 năm trước cách đây
mục cha
commit
30e8a68f80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/classes/transcribe_watson.php

+ 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;
 			}
 
 		}