Changing menu item displaying issue

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
[/code]in views\commons\menu.cshtml

inside <ul class top-menu> i change @T("HomePage") to @T("Home")

    
<li><a href="@Url.RouteUrl("HomePage")">@T("Home")</a></li>

  
However, when it load up it shows 'home' instead of 'Home' on top menu....how do I make the h capitalized>
10 years ago
Ok I figured this out..you have to change it in /admin configuration/languages instead of changing it in source code...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.