diff --git a/resources/views/dashboard/appmanagement/all.blade.php b/resources/views/dashboard/appmanagement/all.blade.php index 08dc36a..d93d604 100755 --- a/resources/views/dashboard/appmanagement/all.blade.php +++ b/resources/views/dashboard/appmanagement/all.blade.php @@ -1,10 +1,10 @@ @extends('adminlte::page') -@section('title', config('app.name') . ' | ' . __('messages.application_m.all_apps')) +@section('title', config('app.name') . ' | ' . __('All Applications')) @section('content_header') -
- {{__('messages.application_m.delete_action_warning', ['consequence' => '' . __('messages.application_m.consequence_irreversible') .''])}} + {!! __('This action is :consequence.', ['consequence' => '' . __('IRREVERSIBLE.') .'']) !!}
-{{__('messages.application_m.delete_explainer')}}
+{{__('Comments, appointments and any votes attached to this application WILL be deleted too. Please make sure this application really needs to be deleted.')}}
- {{__('messages.application_m.all_apps_exp')}} + {{__('Here, you have quick and easy access to all applications ever received by the system.')}}
- {{__('messages.application_m.no_apps_exp')}} + {{__("We couldn't find any applications. Maybe no one has applied yet? Please try again later.")}}
Team members and pending invites will appear here.
+{{ __('Team members and pending invites will appear here.') }}
@if (!$team->users->isEmpty())# | -Name | -Roles | -Status | -Actions | +{{ __('Name') }} | +{{ __('Roles') }} | +{{ __('Status') }} | +{{ __('Actions') }} | @if ($teammate->isOwnerOfTeam($team)) - Team Owner + {{__('Team Owner')}} @else - Team Member + {{__('Team Member')}} @endif | - + | @@ -92,8 +92,8 @@
---|---|---|---|---|---|---|---|---|
# | -Team Owner | -Team Name | -Actions | +{{ __('Team Owner') }} | +{{ __('Team Name') }} | +{{__('Actions')}} | ||
{{ $team->id }} | {{ $team->owner_id }} | {{ $team->name }} | - - + + |