Modify template to indicate when a transcription is partial
This commit is contained in:
@ -34,7 +34,12 @@ export function getTicketBody(vm: StoredVoicemail, contact?: Contact) {
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<strong>Transcription: </strong>
|
||||
<span>
|
||||
<b>Transcription:</b>{" "}
|
||||
{vm.transcriptionStatus === "CompletedPartially" ? (
|
||||
<i>(partial)</i>
|
||||
) : undefined}
|
||||
</span>
|
||||
<p>
|
||||
<i>
|
||||
{vm.transcription
|
||||
|
Reference in New Issue
Block a user