installer/windows: fix minor typo (#3676)

This commit is contained in:
Fadila 2019-12-02 14:48:50 +01:00 committed by Ivan Fraixedes
parent 42c61138e8
commit 24cacc8adf

View File

@ -17,7 +17,7 @@
<Control Id="PublicAddressLabel" Type="Text" X="20" Y="60" Width="320" Height="16" NoPrefix="yes" Text="External address (&lt;ip&gt;:&lt;port&gt;):" />
<Control Id="PublicAddress" Type="Edit" Property="STORJ_PUBLIC_ADDRESS" X="20" Y="100" Width="320" Height="18" />
<Control Id="PublicAddressDesc" Type="Text" X="20" Y="150" Width="320" Height="32" NoPrefix="yes" Text="The storage node will listen for requests on port 28967. You must configure your router to make this port available for public access. When ready, enter the external IP address or the DDNS you configured and the port your opened on your router." />
<Control Id="PublicAddressDesc" Type="Text" X="20" Y="150" Width="320" Height="32" NoPrefix="yes" Text="The storage node will listen for requests on port 28967. You must configure your router to make this port available for public access. When ready, enter the external IP address or the DDNS you configured and the port you opened on your router." />
<Control Id="PublicAddressHowto" Type="Hyperlink" X="20" Y="190" Width="320" Height="16">
<Text><![CDATA[<a href="https://documentation.storj.io/dependencies/port-forwarding">Learn how to setup Port Forwarding.</a>]]></Text>
</Control>