mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
A few more minor adjustments.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$text['title-fax']['en-us'] = "Fax Server";
|
||||
$text['title-fax']['en-us'] = "Fax Servers";
|
||||
$text['title-fax']['es-cl'] = "Servidor de Fax";
|
||||
$text['title-fax']['pt-pt'] = "Servidor de Fax";
|
||||
$text['title-fax']['fr-fr'] = "Serveur de Fax";
|
||||
|
||||
@@ -86,7 +86,7 @@ if (!(check_str($_REQUEST["action"]) == "download" && check_str($_REQUEST["src"]
|
||||
require_once "resources/paging.php";
|
||||
|
||||
//show the content
|
||||
echo "<b>".$text['title-voicemail_messages']." (".count($voicemails).")</b>";
|
||||
echo "<b>".$text['title-voicemail_messages']."</b>";
|
||||
echo "<br><br>";
|
||||
echo $text['description-voicemail_message'];
|
||||
echo "<br><br>";
|
||||
|
||||
Reference in New Issue
Block a user