frontend translation + other stuff

This commit is contained in:
lordwilbur
2018-05-21 09:54:18 -05:00
committed by Nabeel Shahzad
parent ba8a819c7d
commit a346b0df2e
54 changed files with 966 additions and 771 deletions
@@ -1,5 +1,5 @@
@extends('app')
@section('title', __('Account Suspended'))
@section('title', trans('frontend.auth.accountsuspended'))
@section('content')
<div class="row">
@@ -7,7 +7,7 @@
<div class="flex-center position-ref full-height">
<div class="title m-b-md">
<h2 class="description">
{{ __('Your account has been suspended. Please contact an administrator.') }}
@lang('frontend.auth.suspendedmessage')
</h2>
</div>
</div>