Skip to content

Commit

Permalink
form headers edited for multilanguage
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancankilment committed Jan 25, 2018
1 parent 419916c commit c9ff136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/auth/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<a class="link-effect font-w700" href="/">
<span class="font-size-xl text-primary-dark">Motorc</span><span class="font-size-xl">U</span>
</a>
<h1 class="h2 font-w700 mt-50 mb-10">Welcome to Your Dashboard</h1>
<h2 class="h4 font-w400 text-muted mb-0">Please sign in</h2>
<h1 class="h2 font-w700 mt-50 mb-10">Welcome / Hoşgeldiniz</h1>
<h2 class="h4 font-w400 text-muted mb-0"></h2>
</div>
<div class="row justify-content-center px-5">
<div class="col-sm-8 col-md-6 col-xl-4">
Expand Down
4 changes: 2 additions & 2 deletions templates/auth/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<a class="link-effect font-w700" href="/">
<span class="font-size-xl text-primary-dark">Motorc</span><span class="font-size-xl">U</span>
</a>
<h1 class="h2 font-w700 mt-50 mb-10">Create New Account</h1>
<h2 class="h4 font-w400 text-muted mb-0">Please add your details</h2>
<h1 class="h2 font-w700 mt-50 mb-10">New Account / Yeni Hesap</h1>
<h2 class="h4 font-w400 text-muted mb-0"></h2>
</div>

<div class="row justify-content-center px-5">
Expand Down

0 comments on commit c9ff136

Please sign in to comment.