From aae7cbdc5a00c4fdac3c20f1cf9d9b7cf35626b0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 13 Nov 2024 17:46:53 -0700 Subject: [PATCH] Fix the voicemail transcribe title --- app/voicemails/voicemails.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/voicemails/voicemails.php b/app/voicemails/voicemails.php index f96675748d..1753f97565 100644 --- a/app/voicemails/voicemails.php +++ b/app/voicemails/voicemails.php @@ -271,7 +271,7 @@ echo th_order_by('voicemail_file', $text['label-voicemail_file_attached'], $order_by, $order, null, "class='center hide-md-dn'"); echo th_order_by('voicemail_local_after_email', $text['label-voicemail_local_after_email'], $order_by, $order, null, "class='center hide-md-dn'"); if (permission_exists('voicemail_transcription_enabled') && ($_SESSION['transcribe']['enabled']['boolean'] ?? '') == "true") { - echo th_order_by('voicemail_transcription_enabled', $text['label-voicemail_UU'], $order_by, $order); + echo th_order_by('voicemail_transcription_enabled', $text['label-voicemail_transcription_enabled'], $order_by, $order); } if (permission_exists('voicemail_message_view') || permission_exists('voicemail_greeting_view')) { echo "".$text['label-tools']."\n";