From a1edef026fc84252c1ecfc7cfe0bb661081f74a6 Mon Sep 17 00:00:00 2001 From: Miguel Nogueira Date: Sat, 19 Dec 2020 04:09:32 +0000 Subject: [PATCH] Fix naming typo --- resources/views/home.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 0e12a08..28e39bc 100755 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -81,7 +81,7 @@ @auth @if(!$isEligibleForApplication) - {{__('messages.ineligible_days_remaining', ['days' => $elegibilityDaysRemaining])}} + {{__('messages.ineligible_days_remaining', ['days' => $eligibilityDaysRemaining])}} @endif @endauth