Skip to content
Snippets Groups Projects
Commit 2cd92da7 authored by Lukas Reschke's avatar Lukas Reschke Committed by GitHub
Browse files

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

Fix #24219: Added hint for specifying a port. (#26860)
parents f237c582 3dc562bb
No related branches found
No related tags found
No related merge requests found
......@@ -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; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment