Skip to content

Commit 6c90c9a

Browse files
authored
Update Index.cshtml
Content header localization done
1 parent b670afc commit 6c90c9a

File tree

1 file changed

+2
-2
lines changed
  • aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/About

1 file changed

+2
-2
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/About/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="container-fluid">
77
<div class="row">
88
<div class="col-sm-12">
9-
<h1 class="m-0 text-dark">Starter Page</h1>
9+
<h1 class="m-0 text-dark">@L("About")</h1>
1010
</div>
1111
</div>
1212
</div>
@@ -93,4 +93,4 @@
9393
</div>
9494
</div>
9595
</div>
96-
</div>
96+
</div>

0 commit comments

Comments
 (0)