Skip to content

Commit 37bd5a0

Browse files
authored
fixed PleaseWait localization
1 parent a1fdc76 commit 37bd5a0

File tree

1 file changed

+1
-1
lines changed
  • aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Shared

1 file changed

+1
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</div>
8181
</div>
8282
</div>
83-
<p>Please wait...</p>
83+
<p>@L("PleaseWait")</p>
8484
</div>
8585
</div>
8686
<!-- #END# Page Loader -->

0 commit comments

Comments
 (0)