forked from miguel456/rbrecruiter
Devtools translation string
This commit is contained in:
parent
8e85e08171
commit
d93170b555
|
@ -185,6 +185,7 @@ return [
|
||||||
|
|
||||||
'adm' => 'Administration',
|
'adm' => 'Administration',
|
||||||
'devtools' => 'Developer Tools',
|
'devtools' => 'Developer Tools',
|
||||||
|
'devtools_evn' => 'Event Management',
|
||||||
'devoptions' => 'Developer Options',
|
'devoptions' => 'Developer Options',
|
||||||
'forceeval' => 'Please choose an application to force re-evaluation',
|
'forceeval' => 'Please choose an application to force re-evaluation',
|
||||||
'appid' => 'Application ID',
|
'appid' => 'Application ID',
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
|
||||||
<x-card id="tools" card-title="Event Management" footer-style="text-center">
|
<x-card id="tools" card-title="{{__('messages.devtools_evn')}}" footer-style="text-center">
|
||||||
|
|
||||||
<x-slot name="cardHeader">
|
<x-slot name="cardHeader">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue