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 .. '