diff options
-rw-r--r-- | packages/stunnel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/stunnel.xml b/packages/stunnel.xml index 0ce73997..a9e9b36d 100644 --- a/packages/stunnel.xml +++ b/packages/stunnel.xml @@ -61,13 +61,13 @@ <field> <fielddescr>Redirects to IP</fielddescr> <fieldname>redirectip</fieldname> - <description>Enter the local IP address to redirect this to.</description> + <description>Enter the IP address to redirect this to.</description> <type>input</type> </field> <field> <fielddescr>Redirects to Port</fielddescr> <fieldname>redirectport</fieldname> - <description>Enter the local port to rediect to.</description> + <description>Enter the port to redirect to.</description> <type>input</type> </field> </fields> |