mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-24 16:53:10 +08:00
#17443: Always showing number of available updates.
--HG-- branch : 1.x
This commit is contained in:
@@ -23,8 +23,8 @@ namespace Orchard.Packaging {
|
||||
}
|
||||
|
||||
public void GetNavigation(NavigationBuilder builder) {
|
||||
var modulesCaption = T.Plural("Updates", "Updates ({0})", GetUpdateCount(DefaultExtensionTypes.Module));
|
||||
var themesCaption = T.Plural("Updates", "Updates ({0})", GetUpdateCount(DefaultExtensionTypes.Theme));
|
||||
var modulesCaption = T("Updates ({0})", GetUpdateCount(DefaultExtensionTypes.Module));
|
||||
var themesCaption = T("Updates ({0})", GetUpdateCount(DefaultExtensionTypes.Theme));
|
||||
|
||||
builder
|
||||
.Add(T("Modules"), menu => menu
|
||||
|
||||
Reference in New Issue
Block a user