summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-07-19 16:32:39 -0400
committerjim-p <jimp@pfsense.org>2011-07-19 16:32:39 -0400
commitd58b93d2e434109c98b5b907084cf5a6118e2bf2 (patch)
tree884a00beeda102eda8e036862c4039c642a2b578 /usr/local/www/system_advanced_notifications.php
parent41fa9c9743b74179978ec28f96fb1dcc955a3f07 (diff)
downloadpfsense-d58b93d2e434109c98b5b907084cf5a6118e2bf2.zip
pfsense-d58b93d2e434109c98b5b907084cf5a6118e2bf2.tar.gz
Fix label for SMTP server. Hostnames work fine.
Diffstat (limited to 'usr/local/www/system_advanced_notifications.php')
-rw-r--r--usr/local/www/system_advanced_notifications.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php
index 7da289a..3c997ce 100644
--- a/usr/local/www/system_advanced_notifications.php
+++ b/usr/local/www/system_advanced_notifications.php
@@ -202,10 +202,10 @@ include("head.inc");
<td colspan="2" valign="top" class="listtopic"><?=gettext("SMTP E-Mail"); ?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("IP Address of E-Mail server"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("E-Mail server"); ?></td>
<td width="78%" class="vtable">
<input name='smtpipaddress' value='<?php echo $pconfig['smtpipaddress']; ?>'><br/>
- <?=gettext("This is the IP address of the SMTP E-Mail server that will be used to send notifications to."); ?>
+ <?=gettext("This is the FQDN or IP address of the SMTP E-Mail server to which notifications will be sent."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud