Temp8 fix typos 2 (#4130)

This commit is contained in:
Chris Houston
2019-01-22 18:03:39 -05:00
committed by Sebastiaan Janssen
parent 01de2eb266
commit 78319bae9e
163 changed files with 343 additions and 344 deletions

View File

@@ -109,7 +109,7 @@ namespace Umbraco.Web.Trees
}
//Otherwise its a application/section with no trees (aka a full screen app)
//For example we do not have a Forms tree definied in C# & can not attribute with [Tree(isSingleNodeTree:true0]
//For example we do not have a Forms tree defined in C# & can not attribute with [Tree(isSingleNodeTree:true0]
var rootId = Constants.System.Root.ToString(CultureInfo.InvariantCulture);
var section = Services.TextService.Localize("sections/" + application);