Skip to content

Commit 530c81c

Browse files
Merge pull request #79 from InfyOmLabs/68-update-locale
Change title to locale title
2 parents c59b432 + ecfd543 commit 530c81c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

templates/scaffold/auth/login_locale.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }} | Login}</title>
6+
<title>{{ config('app.name') }} | @lang('auth.login.title')}</title>
77

88
<!-- Tell the browser to be responsive to screen width -->
99
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">

templates/scaffold/auth/passwords/reset_locale.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }} | Password Reset</title>
6+
<title>{{ config('app.name') }} | @lang('auth.reset_password.title')</title>
77

88
<!-- Tell the browser to be responsive to screen width -->
99
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">

templates/scaffold/auth/register_locale.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }} | Registration Page</title>
6+
<title>{{ config('app.name') }} | @lang('auth.registration.title')</title>
77

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

0 commit comments

Comments
 (0)