Skip to content

Commit

Permalink
Merge pull request #79 from InfyOmLabs/68-update-locale
Browse files Browse the repository at this point in the history
Change title to locale title
  • Loading branch information
ShaileshInfyom authored Jul 12, 2021
2 parents c59b432 + ecfd543 commit 530c81c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/scaffold/auth/login_locale.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ config('app.name') }} | Login}</title>
<title>{{ config('app.name') }} | @lang('auth.login.title')}</title>

<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
Expand Down
2 changes: 1 addition & 1 deletion templates/scaffold/auth/passwords/reset_locale.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ config('app.name') }} | Password Reset</title>
<title>{{ config('app.name') }} | @lang('auth.reset_password.title')</title>

<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
Expand Down
4 changes: 2 additions & 2 deletions templates/scaffold/auth/register_locale.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ config('app.name') }} | Registration Page</title>
<title>{{ config('app.name') }} | @lang('auth.registration.title')</title>

<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
Expand Down Expand Up @@ -112,7 +112,7 @@
</div>
<!-- /.col -->
<div class="col-4">
<button type="submit" class="btn btn-primary btn-block">>@lang('auth.register')</button>
<button type="submit" class="btn btn-primary btn-block">@lang('auth.register')</button>
</div>
<!-- /.col -->
</div>
Expand Down

0 comments on commit 530c81c

Please sign in to comment.