From 39044bca115ed58178e935a5cb3e0fe452ff6f4b Mon Sep 17 00:00:00 2001 From: Shailesh Ladumor Date: Sat, 10 Jul 2021 16:38:46 +0530 Subject: [PATCH 1/2] fix: minor fix --- templates/scaffold/auth/register_locale.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/scaffold/auth/register_locale.stub b/templates/scaffold/auth/register_locale.stub index 44e28fc..9b8b645 100644 --- a/templates/scaffold/auth/register_locale.stub +++ b/templates/scaffold/auth/register_locale.stub @@ -112,7 +112,7 @@
- +
From ecfd54366e68e7388fca205823f3fa2d5401caa9 Mon Sep 17 00:00:00 2001 From: Shailesh Ladumor Date: Mon, 12 Jul 2021 10:54:37 +0530 Subject: [PATCH 2/2] fix: change title to locale title #68 --- templates/scaffold/auth/login_locale.stub | 2 +- templates/scaffold/auth/passwords/reset_locale.stub | 2 +- templates/scaffold/auth/register_locale.stub | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/scaffold/auth/login_locale.stub b/templates/scaffold/auth/login_locale.stub index 54ef905..e830508 100644 --- a/templates/scaffold/auth/login_locale.stub +++ b/templates/scaffold/auth/login_locale.stub @@ -3,7 +3,7 @@ - {{ config('app.name') }} | Login} + {{ config('app.name') }} | @lang('auth.login.title')} diff --git a/templates/scaffold/auth/passwords/reset_locale.stub b/templates/scaffold/auth/passwords/reset_locale.stub index d13890e..eead39c 100644 --- a/templates/scaffold/auth/passwords/reset_locale.stub +++ b/templates/scaffold/auth/passwords/reset_locale.stub @@ -3,7 +3,7 @@ - {{ config('app.name') }} | Password Reset + {{ config('app.name') }} | @lang('auth.reset_password.title') diff --git a/templates/scaffold/auth/register_locale.stub b/templates/scaffold/auth/register_locale.stub index 9b8b645..992d3c4 100644 --- a/templates/scaffold/auth/register_locale.stub +++ b/templates/scaffold/auth/register_locale.stub @@ -3,7 +3,7 @@ - {{ config('app.name') }} | Registration Page + {{ config('app.name') }} | @lang('auth.registration.title')