From fd8641f4c3e5739f45aa90fd79857aa2c21484bc Mon Sep 17 00:00:00 2001 From: Naglfar Date: Wed, 30 Mar 2022 19:58:14 +0200 Subject: [PATCH] Fix database name in email template --- include/dbemail.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dbemail.tmpl b/include/dbemail.tmpl index b472b96..884592e 100644 --- a/include/dbemail.tmpl +++ b/include/dbemail.tmpl @@ -2,6 +2,6 @@ Hello _username_; Your database has been provisioned. Information below should be used to connect to it: -Database name: _username_ -Database user: _databasename_ +Database name: _databasename_ +Database user: _username_ Password: _password_