mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding missing spaces on Dashboard
--HG-- branch : 1.x
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</div>
|
||||
<div class="help-item">
|
||||
<h2 class="gallery">@T("Get more goodies")</h2>
|
||||
<p>@T("Change the way your site works and looks with<a href=\"{0}\">themes</a> and<a href=\"{1}\">modules</a>. There’s plenty to choose from in the<a href=\"http://orchardproject.net/gallery\">Orchard Gallery</a>. We’re always adding things, so be sure to check back often to see what’s new.",
|
||||
<p>@T("Change the way your site works and looks with <a href=\"{0}\">themes</a> and <a href=\"{1}\">modules</a>. There’s plenty to choose from in the <a href=\"http://orchardproject.net/gallery\">Orchard Gallery</a>. We’re always adding things, so be sure to check back often to see what’s new.",
|
||||
Url.Action("Themes", "Gallery", new { area = "Orchard.Packaging" }),
|
||||
Url.Action("Modules", "Gallery", new { area = "Orchard.Packaging" }))
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user