Welcome page
This commit is contained in:
parent
bfefc2401b
commit
1bd4d822e5
|
@ -231,5 +231,5 @@
|
||||||
"next-page": "Next page",
|
"next-page": "Next page",
|
||||||
"scheduled": "Scheduled",
|
"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.",
|
"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').'
|
$data = 'Title: '.$Language->get('Welcome').'
|
||||||
Content:
|
Content:
|
||||||
|
'.$Language->get('congratulations-you-have-successfully-installed-your-bludit').'
|
||||||
|
|
||||||
- '.$Language->get('congratulations-you-have-successfully-installed-your-bludit').'
|
### '.$Language->get('whats-next').'
|
||||||
- '.$text1.'
|
- '.$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('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').'
|
- '.$Language->get('Chat with developers and users on Gitter').'
|
||||||
|
|
Loading…
Reference in New Issue