diff --git a/code/controllers/ContentController.php b/code/controllers/ContentController.php index 98b1743f..a098365d 100644 --- a/code/controllers/ContentController.php +++ b/code/controllers/ContentController.php @@ -401,7 +401,7 @@ HTML; )); return array( - "Title" => DBField::create_field('Varchar', "Title", "Installation Successful"), + "Title" => _t("ContentController.INSTALL_SUCCESS", "Installation Successful!"), "Content" => $data->renderWith('Install_successfullyinstalled'), ); } diff --git a/templates/Includes/Install_successfullyinstalled.ss b/templates/Includes/Install_successfullyinstalled.ss index c3817ce0..44b01499 100644 --- a/templates/Includes/Install_successfullyinstalled.ss +++ b/templates/Includes/Install_successfullyinstalled.ss @@ -1,17 +1,18 @@ -
- <%t ContentController.InstallSuccessCongratulations "SilverStripe has been successfully installed." %> +
+ <%t ContentController.InstallSuccessCongratulations "SilverStripe has been successfully installed!" %>
<% if Project == 'tutorial' %> - <%t ContentController.PostInstallTutorialIntro 'This website is a simplistic version of a SilverStripe 2 site. To extend this, please take a look at {link}.' link='our new tutorials' %> + <%t ContentController.PostInstallTutorialIntro 'This website is a simplistic version of a SilverStripe 3 site. To extend this, please take a look at {link}.' link='our tutorials' %> <% end_if %> +<%t ContentController.Email "Email" %>: $Username + <%t ContentController.Password "Password" %>: $Password
+
- <%t ContentController.StartEditing 'You can start editing your site\'s content by opening the CMS.' link="admin/" %>
-
- <%t ContentController.Email "Email" %>: $Username
- <%t ContentController.Password "Password" %>: $Password
+ <%t ContentController.StartEditing "You can start editing your site's content by opening the CMS." link="admin/" %>