frontend translation + other stuff

This commit is contained in:
lordwilbur
2018-05-18 00:03:30 +02:00
committed by Nabeel Shahzad
parent ba8a819c7d
commit a346b0df2e
54 changed files with 966 additions and 771 deletions

View File

@@ -1,12 +1,12 @@
@extends('app')
@section('title', __('Registration Pending'))
@section('title', trans('frontend.auth.registrationpending'))
@section('content')
<div class="row">
<div class="col-md-12 " style="text-align: center;">
<div class="flex-center position-ref full-height">
<div class="title m-b-md">
<h2 class="description">{{ __('Your registration is pending approval. Please check your email!') }}</h2>
<h2 class="description">@lang('frontend.auth.pendingmessage')</h2>
</div>
</div>
</div>