From 3dc562bb7a807cdc69ad25ac199f280dfa937324 Mon Sep 17 00:00:00 2001 From: Sourav Badami Date: Wed, 21 Dec 2016 22:40:11 +0530 Subject: [PATCH] Fix #24219: Added hint for specifying a port. (#26860) * Added hint for specifying a port. * Minor changes. Signed-off-by: Lukas Reschke --- core/templates/installation.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/templates/installation.php b/core/templates/installation.php index d3f5021821..2f64545412 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -142,6 +142,9 @@ script('core', [ value="" autocomplete="off" autocapitalize="off" autocorrect="off">

+

+ t( 'Please specify the port number along with the host name (e.g., localhost:5432).' )); ?> +