Modify template to indicate when a transcription is partial
This commit is contained in:
parent
1052dfc1b1
commit
39cd664b3c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user