Move frontend.auth.* to auth.*

This commit is contained in:
Nabeel Shahzad
2018-05-21 09:57:41 -05:00
parent 203b6496fc
commit b63c9a8cd4
14 changed files with 75 additions and 65 deletions
@@ -1,11 +1,11 @@
@extends('app')
@section('title', trans('frontend.auth.registrationsubmitted'))
@section('title', __('auth.registrationsubmitted'))
@section('content')
<div class="container registered-page">
<h3>@lang('frontend.auth.registrationconfirmation')</h3>
<h3>@lang('auth.registrationconfirmation')</h3>
<p>
@lang('frontend.auth.confirmationmessage')
@lang('auth.confirmationmessage')
</p>
</div>
@endsection