mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
#17443: Always showing number of available updates.
--HG-- branch : 1.x
This commit is contained in:
parent
4e5bf3c1fb
commit
c0c00359ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user