mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Fixed installer message escaping, unified usage (fixes #2211)
Same entity was already fixed in a different file, we can't have them use different strings, so used the new one instead.
This commit is contained in:
parent
f7031b799b
commit
9417092040
@ -13,7 +13,7 @@
|
||||
<%t ContentController.InstallFilesDeleted "Installation files have been successfully deleted." %>
|
||||
</p>
|
||||
<p style="margin: 1em 0">
|
||||
<%t ContentController.StartEditing 'You can start editing your site\'s content by opening <a href="{link}">the CMS</a>.' link="admin/" %>.
|
||||
<%t ContentController.StartEditing 'You can start editing your content by opening <a href="{link}">the CMS</a>.' link="admin/" %>
|
||||
<br />
|
||||
<%t ContentController.Email "Email" %>: $Username<br />
|
||||
<%t ContentController.Password "Password" %>: $Password<br />
|
||||
|
Loading…
Reference in New Issue
Block a user