From 703032a0089bb386ad8ac2c3fd2086828cc9a494 Mon Sep 17 00:00:00 2001 From: miguel456 Date: Sat, 19 Mar 2022 06:04:30 +0000 Subject: [PATCH] refactor: refactored strings for application forms --- .../application-rendering/apply.blade.php | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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.reusable.my_acc')}} / {{__('messages.txt_apply')}} / {{$vacancy->vacancyName}} {{__('messages.txt_application')}}

+

{{__('My account')}} / {{__('Apply')}} / {{$vacancy->vacancyName}} {{__('Application')}}

@stop @section('js') @@ -24,7 +24,7 @@ @if(!$isEligibleForApplication) - + @endif @@ -38,20 +38,20 @@ @@ -77,13 +77,13 @@ -

{{__('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])}}

@endif