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,5 +1,5 @@
@extends('app')
@section('title', __('Registration Denied'))
@section('title', trans('frontend.auth.registrationdenied'))
@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 registration was denied. Please contact an administrator.') }}
@lang('frontend.auth.deniedmessage')
</h2>
</div>
</div>