Welcome page
This commit is contained in:
parent
bfefc2401b
commit
1bd4d822e5
|
@ -231,5 +231,5 @@
|
|||
"next-page": "Next page",
|
||||
"scheduled": "Scheduled",
|
||||
"this-token-is-similar-to-a-password-it-should-not-be-shared": "This token is similar to a password, it should not be shared.",
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "Congratulations you have successfully installed your **Bludit**"
|
||||
"congratulations-you-have-successfully-installed-your-bludit": "Congratulations you have successfully installed your **Bludit**."
|
||||
}
|
||||
|
|
|
@ -482,8 +482,9 @@ function install($adminPassword, $email, $timezone)
|
|||
|
||||
$data = 'Title: '.$Language->get('Welcome').'
|
||||
Content:
|
||||
'.$Language->get('congratulations-you-have-successfully-installed-your-bludit').'
|
||||
|
||||
- '.$Language->get('congratulations-you-have-successfully-installed-your-bludit').'
|
||||
### '.$Language->get('whats-next').'
|
||||
- '.$text1.'
|
||||
- '.$Language->get('Follow Bludit on').' [Twitter](https://twitter.com/bludit) / [Facebook](https://www.facebook.com/bluditcms) / [Google+](https://plus.google.com/+Bluditcms)
|
||||
- '.$Language->get('Chat with developers and users on Gitter').'
|
||||
|
|
Loading…
Reference in New Issue