diff options
author | Sourav Badami <souravbadami@gmail.com> | 2016-12-21 22:40:11 +0530 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-12-22 15:55:09 +0100 |
commit | 3dc562bb7a807cdc69ad25ac199f280dfa937324 (patch) | |
tree | 3d8c437fa1bb459802660502cd474f1deb6393cc /core/templates/installation.php | |
parent | 7f8d22e7102293d96c365b380bf1845ff2de6b71 (diff) | |
download | nextcloud-server-3dc562bb7a807cdc69ad25ac199f280dfa937324.tar.gz nextcloud-server-3dc562bb7a807cdc69ad25ac199f280dfa937324.zip |
Fix #24219: Added hint for specifying a port. (#26860)
* Added hint for specifying a port.
* Minor changes.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r-- | core/templates/installation.php | 3 |
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; ?> |