From 182794f3b3a724a8f74d9247f7aaf9d90fe6204f Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Tue, 29 Aug 2017 23:08:57 +0800 Subject: [PATCH] Add trans helper to register and login page --- resources/lang/en/app.php | 2 +- resources/views/auth/login.blade.php | 8 ++++---- resources/views/auth/register.blade.php | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/en/app.php b/resources/lang/en/app.php index ccc86db..3781f95 100644 --- a/resources/lang/en/app.php +++ b/resources/lang/en/app.php @@ -14,7 +14,7 @@ return [ 'child_count' => 'Child Count', 'grand_child_count' => 'Grand Child Count', 'user_found' => ':total found with keyword : :keyword', - 'search_your_family' => 'Search Your Family', + 'search_your_family' => 'Find Your Family', 'search_your_family_placeholder' => 'Enter name/nickname... click Search', 'example' => 'Eg.', 'address' => 'Address', diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 757d821..f5f68ac 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -11,7 +11,7 @@ {{ csrf_field() }}
- +
@@ -25,7 +25,7 @@
- +
@@ -51,11 +51,11 @@ diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index d259116..babde77 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -11,7 +11,7 @@ {{ csrf_field() }}
- +
@@ -25,7 +25,7 @@
- +
@@ -39,7 +39,7 @@
- +
@@ -53,7 +53,7 @@
- +
{!! FormField::radios('gender_id', [1 => trans('app.male'), 2 => trans('app.female')], ['label' => false]) !!} @@ -61,7 +61,7 @@
- +
@@ -75,7 +75,7 @@
- +