diff --git a/app/switch/resources/scripts/app/voicemail/resources/functions/send_email.lua b/app/switch/resources/scripts/app/voicemail/resources/functions/send_email.lua index 488cd5aca5..e41bf20328 100644 --- a/app/switch/resources/scripts/app/voicemail/resources/functions/send_email.lua +++ b/app/switch/resources/scripts/app/voicemail/resources/functions/send_email.lua @@ -260,7 +260,7 @@ elseif (voicemail_file == "link") then body = body:gsub("${message}", ""..text['label-download']..""); else - body = body:gsub("${message}", ""..text['label-listen']..""); + body = body:gsub("${message}", ""..text['label-listen']..""); end --body = body:gsub(" ", " "); --body = body:gsub("%s+", ""); @@ -278,7 +278,7 @@ elseif (voicemail_file == "link") then body = body .. "
"..text['label-download']..""; else - body = body .. "
"..text['label-listen']..""; + body = body .. "
"..text['label-listen']..""; end body = body .. ''; end diff --git a/app/voicemails/voicemail_messages.php b/app/voicemails/voicemail_messages.php index 11cb27416f..d632555079 100644 --- a/app/voicemails/voicemail_messages.php +++ b/app/voicemails/voicemail_messages.php @@ -366,7 +366,7 @@ //autoplay message if (!empty($_REQUEST["action"]) && $_REQUEST["action"] == "autoplay" && !empty($_REQUEST["uuid"]) && is_uuid($_REQUEST["uuid"])) { - echo ""; + echo ""; } //unbold new message rows when clicked/played/downloaded