Skip to content

Commit 7a1d609

Browse files
committed
Fixes make language consistent
1 parent 2c5bd8c commit 7a1d609

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Examples/BookingSystem.AspNetCore.IdentityServer/Views/Account/Login.cshtml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<div class="login-page">
55
<div class="page-header">
6-
<h1>Login</h1>
6+
<h1>Lorem Fitsum Seller Login</h1>
77
</div>
88

99
<partial name="_ValidationSummary" />
@@ -14,7 +14,7 @@
1414
<div class="col-sm-6">
1515
<div class="panel panel-default">
1616
<div class="panel-heading">
17-
<h3 class="panel-title">Local Login</h3>
17+
<h3 class="panel-title">Seller Login</h3>
1818
</div>
1919
<div class="panel-body">
2020
<form asp-route="Login">
@@ -92,6 +92,8 @@
9292
<h3 class="panel-title">Test credentials</h3>
9393
</div>
9494
<div class="panel-body">
95+
<p>Please use the test Seller credentials below to log in:</p>
96+
<div><b>Username</b> &#8594; <b>Password</b></div>
9597
@foreach (var seller in FakeDatabase.DefaultSellerUsers)
9698
{
9799
<div>@seller.Username &#8594; @seller.PasswordRaw</div>

Examples/BookingSystem.AspNetCore.IdentityServer/Views/Account/Logout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div class="row">
99
<div class="col-sm-6">
10-
<p>Would you like to logout of IdentityServer?</p>
10+
<p>Would you like to logout of Lorem Fitsum?</p>
1111
<form asp-action="Logout">
1212
<input type="hidden" name="logoutId" value="@Model.LogoutId" />
1313
<fieldset>

0 commit comments

Comments
 (0)