diff --git a/web/pgadmin/browser/server_groups/servers/templates/servers/password.html b/web/pgadmin/browser/server_groups/servers/templates/servers/password.html index 35f4e2a16..5ed1fc4af 100644 --- a/web/pgadmin/browser/server_groups/servers/templates/servers/password.html +++ b/web/pgadmin/browser/server_groups/servers/templates/servers/password.html @@ -1,11 +1,11 @@
- {% if service %} - {{ _('Please enter the password for the user to connect the server - "{0}"').format(server_label) }} - {% else %} + {% if username %} {{ _('Please enter the password for the user \'{0}\' to connect the server - "{1}"').format(username, server_label) }} + {% else %} + {{ _('Please enter the password for the user to connect the server - "{0}"').format(server_label) }} {% endif %}