Fix some menu tree header won't be translated.

This may be caused by the explicit definition of tree node name.

Signed-off-by: wanddy <wanddy@163.com>
This commit is contained in:
wanddy
2017-05-02 14:20:44 +08:00
parent 1520fa77d5
commit ab551b2c96
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ namespace Umbraco.Web.Trees
{
[UmbracoTreeAuthorize(Constants.Trees.Templates)]
[LegacyBaseTree(typeof (loadTemplates))]
[Tree(Constants.Applications.Settings, Constants.Trees.Templates, "Templates", sortOrder:1)]
[Tree(Constants.Applications.Settings, Constants.Trees.Templates, null, sortOrder:1)]
[PluginController("UmbracoTrees")]
[CoreTree]
public class TemplatesTreeController : TreeController