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

Fix #24219: Added hint for specifying a port. (#26860)
This commit is contained in:
Lukas Reschke 2016-12-27 13:46:29 +01:00 committed by GitHub
commit 2cd92da733
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; ?>