Fix database name in email template
This commit is contained in:
parent
fb849b1032
commit
fd8641f4c3
|
@ -2,6 +2,6 @@ Hello _username_;
|
||||||
|
|
||||||
Your database has been provisioned. Information below should be used to connect to it:
|
Your database has been provisioned. Information below should be used to connect to it:
|
||||||
|
|
||||||
Database name: _username_
|
Database name: _databasename_
|
||||||
Database user: _databasename_
|
Database user: _username_
|
||||||
Password: _password_
|
Password: _password_
|
||||||
|
|
Loading…
Reference in New Issue