diff --git a/resources/views/dashboard/dashboard.blade.php b/resources/views/dashboard/dashboard.blade.php index 2d45645..6155c8a 100755 --- a/resources/views/dashboard/dashboard.blade.php +++ b/resources/views/dashboard/dashboard.blade.php @@ -20,7 +20,7 @@
{{__('Reminder')}}
{{__('The application is in demo mode.')}}
-{{ __('Demo mode disables some app features in order to preserve it\'s integrity for everyone who wants to test it. Here\'s what\'s disabled: ') }}
+{{ __("Demo mode disables some app features in order to preserve it's integrity for everyone who wants to test it. Here's what's disabled: ") }}
- {{__('messages.opening_nodetails_exp')}} + {{__('This opening does not have any details yet.')}}
- {{__('messages.last_updated')}} @ {{ $vacancy->updated_at }} + {{__('Last updated @ :vacancyUpdatedTimeValue', ['vacancyUpdatedTimeValue' => $vacancy->updated_at]) }}
@endif @@ -108,7 +108,7 @@{{__('messages.ongoing_apps')}}
+{{__('Ongoing apps')}}
{{__('messages.denied_apps')}}
+{{__('Denied apps')}}
{{__('messages.users_staff')}}
+{{__('Total Users + Staff')}}
{{__('messages.denied_apps')}}
+{{__('Denied apps')}}
{{__('messages.new_apps')}}
+{{__('New applications')}}
{{__('messages.v_backlog')}}
+{{__('Vote backlog')}}