Reduce user confusion in router creation template

Router creation template should contain the sentence based on the actual
use-case.

For example, if the router connected to the private network which has a
router already, the IP address has to be specified for the new router.

Change-Id: Ie9ddfba539369ab1035755fdf78bf55422952da4
Closes-Bug: #1707617
This commit is contained in:
Beth Elwell 2017-07-31 11:23:32 +01:00
parent f323bd7a4a
commit c4ab26bb64
1 changed files with 6 additions and 1 deletions

View File

@ -19,7 +19,12 @@
{% trans "You can connect a specified subnet to the router." %}
</p>
<p>
{% trans "The default IP address of the interface created is a gateway of the selected subnet. You can specify another IP address of the interface here. You must select a subnet to which the specified IP address belongs to from the above list." %}
{% blocktrans trimmed %}
If you don't specify an IP address here, the gateway's IP address of the
selected subnet will be used as the IP address of the newly created interface
of the router. If the gateway's IP address is in use, you must use a different
address which belongs to the selected subnet.
{% endblocktrans %}
</p>
</div>
{% endblock %}