Fix #24219: Added hint for specifying a port. (#26860)

* Added hint for specifying a port.

* Minor changes.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Sourav Badami 2016-12-21 22:40:11 +05:30 committed by Morris Jobke
parent 7f8d22e710
commit 3dc562bb7a
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,9 @@ script('core', [
value="<?php p($_['dbhost']); ?>"
autocomplete="off" autocapitalize="off" autocorrect="off">
</p>
<p class="info">
<?php p($l->t( 'Please specify the port number along with the host name (e.g., localhost:5432).' )); ?>
</p>
</div>
</fieldset>
<?php endif; ?>