Merge pull request #6609 from yw80/1.10.x

Delete the CamelFriendly function call to DisplayName.
This commit is contained in:
Sébastien Ros
2016-03-24 13:01:01 -07:00

View File

@@ -70,7 +70,7 @@
@if (!Model.HasTerms && AuthorizedFor(Orchard.Taxonomies.Permissions.CreateTerm)) {
<div class="no-terms">
@T("There are no terms defined for {0} yet.", Model.DisplayName.CamelFriendly())
@T("There are no terms defined for {0} yet.", Model.DisplayName)
<a href="@Url.Action("Index", "TermAdmin", new { taxonomyId = Model.TaxonomyId, area = "Orchard.Taxonomies" })">@T("Create some terms")</a>
</div>
}