mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 19:34:40 +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">
|
<div id="installedBar">
|
||||||
<h3>@T("Installed")</h3>
|
<h3>@T("Available")</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@if (Model.Themes == null || Model.Themes.Count() <= 0) {
|
@if (Model.Themes == null || Model.Themes.Count() <= 0) {
|
||||||
|
Reference in New Issue
Block a user