mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 03:14:10 +08:00
Changed Installed string to Available on the themes page.
--HG-- branch : dev
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
}
|
||||
|
||||
<div id="installedBar">
|
||||
<h3>@T("Installed")</h3>
|
||||
<h3>@T("Available")</h3>
|
||||
</div>
|
||||
|
||||
@if (Model.Themes == null || Model.Themes.Count() <= 0) {
|
||||
|
Reference in New Issue
Block a user