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: ") }}

@@ -142,14 +142,14 @@

{{ $totalUserCount }}

-

{{__('messages.users_staff')}}

+

{{__('Total Users + Staff')}}

@if (Auth::user()->hasRole('admin')) - {{__('messages.open')}} + {{__('Open')}} @else @endif @@ -162,14 +162,14 @@

{{ $totalDenied }}

-

{{__('messages.denied_apps')}}

+

{{__('Denied apps')}}

@if (Auth::user()->hasRole('admin')) - {{__('messages.open')}} + {{__('Open')}} @else @endif @@ -182,14 +182,14 @@

{{ $totalNewApplications }}

-

{{__('messages.new_apps')}}

+

{{__('New applications')}}

@if (Auth::user()->hasRole('admin')) - {{__('messages.open')}} + {{__('Open')}} @else @endif @@ -202,7 +202,7 @@

{{ $totalPeerReview }}

-

{{__('messages.v_backlog')}}

+

{{__('Vote backlog')}}

@@ -221,7 +221,7 @@
-

{{__('messages.ranks')}}

+

{{__('Available vacancies')}}


@@ -257,8 +257,8 @@
@@ -281,7 +281,7 @@

-   {{__('messages.upcoming')}} ({{__('messages.soon')}}) +   {{__('Your upcoming interviews')}} ({{__('Coming soon')}})