remore ui replacements

This commit is contained in:
Shannon
2016-03-15 16:39:17 +01:00
parent bf36b54ac8
commit fb5e998e1f
21 changed files with 45 additions and 328 deletions

View File

@@ -45,7 +45,7 @@ namespace Umbraco.Web.Trees
{
node.MenuUrl = "";
}
node.Name = ui.Text("sections", Constants.Trees.Content);
node.Name = Services.TextService.Localize("sections/"+ Constants.Trees.Content);
return node;
}