diff --git a/stubs/auth/resources/views/auth/login.blade.php b/stubs/auth/resources/views/auth/login.blade.php index eac7864..101c9e2 100644 --- a/stubs/auth/resources/views/auth/login.blade.php +++ b/stubs/auth/resources/views/auth/login.blade.php @@ -1,5 +1,5 @@ @extends('layouts.auth') -@section('title', 'Sign in to your account') +@section('title', __('Sign in to your account')) @section('content')
- Or + {{ __('Or') }} - create a new account + {{ __('create a new account') }}