Browse Source

Merge pull request #2821 from nextcloud/added-hint-for-specifying

Fix #24219: Added hint for specifying a port. (#26860)
pull/2923/head
Lukas Reschke 9 years ago
committed by GitHub
parent
commit
2cd92da733
  1. 3
      core/templates/installation.php

3
core/templates/installation.php

@ -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…
Cancel
Save