* Added hint for specifying a port. * Minor changes. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
7f8d22e710
commit
3dc562bb7a
|
@ -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; ?>
|
||||
|
|
Loading…
Reference in New Issue