diff --git a/src/components/App/SideBar/Transcript/index.tsx b/src/components/App/SideBar/Transcript/index.tsx index c0009462c..de6d99d71 100644 --- a/src/components/App/SideBar/Transcript/index.tsx +++ b/src/components/App/SideBar/Transcript/index.tsx @@ -122,7 +122,7 @@ export const Transcript = ({ stateless, node }: TranscriptProps) => { {showFullTranscript ? fullTranscript : `${node?.text?.substring(0, 100)}...`} - {showFullTranscript ? '...less' : '...more'} + {showFullTranscript ? 'less' : 'more'} )