fixes build/merge

This commit is contained in:
Shannon
2016-01-06 12:58:05 +01:00
parent 4e3cf6c608
commit 5767cea8f2
2 changed files with 4 additions and 4 deletions

View File

@@ -231,7 +231,7 @@ namespace Umbraco.Web.Models.Mapping
{
Id = groupId,
Alias = groupName,
Label = TranslateItem(groupName),
Label = _localizedTextService.UmbracoDictionaryTranslate(groupName),
Properties = properties,
IsActive = false
});