From 1d7c239c37e4420e38760d6b60d45ca421f5b1eb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 25 Jul 2024 03:52:42 -0600 Subject: [PATCH] Update app_languages.php --- app/voicemails/app_languages.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/voicemails/app_languages.php b/app/voicemails/app_languages.php index bfc9aab2b0..546c7770c8 100644 --- a/app/voicemails/app_languages.php +++ b/app/voicemails/app_languages.php @@ -1507,8 +1507,8 @@ $text['header-voicemail_import']['zh-cn'] = "语音信箱导入"; $text['header-voicemail_import']['ja-jp'] = "ボイスメールのインポート"; $text['header-voicemail_import']['ko-kr'] = "음성 메일 가져오기"; -$text['header-voicemail_export']['en-us'] = "Destination Export"; -$text['header-voicemail_export']['en-gb'] = "Destination Export"; +$text['header-voicemail_export']['en-us'] = "Voicemail Export"; +$text['header-voicemail_export']['en-gb'] = "Voicemail Export"; $text['header-voicemail_export']['ar-eg'] = "التصدير"; $text['header-voicemail_export']['de-at'] = "Exportieren"; $text['header-voicemail_export']['de-ch'] = "Exportieren"; @@ -2547,4 +2547,4 @@ $text['label-listen']['zh-cn'] = "听"; $text['label-listen']['ja-jp'] = "聞く"; $text['label-listen']['ko-kr'] = "듣다"; -?> \ No newline at end of file +?>