diff --git a/resources/views/dashboard/application-rendering/apply.blade.php b/resources/views/dashboard/application-rendering/apply.blade.php index e2921e3..a2d9476 100755 --- a/resources/views/dashboard/application-rendering/apply.blade.php +++ b/resources/views/dashboard/application-rendering/apply.blade.php @@ -1,9 +1,9 @@ @extends('adminlte::page') -@section('title', config('app.name') . ' | ' . __('messages.txt_apply')) +@section('title', config('app.name') . ' | ' . __('Apply')) @section('content_header') -
{{__('messages.application_r.applying_for', ['name' => $vacancy->vacancyName])}}
+{{__('You are applying for: :vacancyNameValue', ['vacancyNameValue' => $vacancy->vacancyName])}}
-{{__('messages.application_r.welcome.line1')}}
-{{__('messages.application_r.welcome.line2', ['agerqr' => '13 ' . __('messages.application_r.welcome.yrs_old')])}}.
-{{__('messages.application_r.welcome.line3')}}.
+{{__("We're glad you've decided to apply. Generally, applications take 48 hours to be processed and reviewed. Depending on the circumstances and the volume of applications, you may receive an answer in a shorter time.")}}
+{{__('Please fill out the form below. Keep all answers concise and complete. Please keep in mind that the age requirement is at least :ageUpperLimitSettingValue years old.', ['ageUpperLimitSettingValue' => '16']) }}.
+{{__('Asking about your application will result in instant denial. Everything you need to know is here.')}}.
-All fields support Markdown
+{!! __('All fields support Markdown') !!}
@@ -120,7 +120,7 @@ @@ -134,9 +134,9 @@{{__('messages.reusable.no_access')}}
+{{__('Access denied')}}
-{{__('messages.application_r.app_timeout', ['days' => $eligibilityDaysRemaining])}}
+{{__('Your account is not permitted to submit another application. Please wait :applicationThrottleLimitSettingValue more days before trying to submit an application.', [':applicationThrottleLimitSettingValue' => $eligibilityDaysRemaining])}}