summaryrefslogtreecommitdiffstats
path: root/core/templates/installation.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r--core/templates/installation.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index d3f5021821d..2f645454128 100644
--- a/core/templates/installation.php
+++ b/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; ?>