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() }}