fixed incorrect translation & Make TOC only readeable (#1408)
* fixed incorrect translation Bloque de combustible -> Combustible en calzos * Make TOC only redeable make toc only readable for the user
This commit is contained in:
parent
54bc5ccb30
commit
219a7cf6f9
@ -22,7 +22,7 @@ return [
|
||||
'fieldsreadonly' => 'Una vez que se ha enviado un PIREP, ciertos campos pasan al modo de solo lectura.',
|
||||
'flightinformations' => 'Información de vuelo',
|
||||
'flightident' => 'Vuelo Número/Código/Etapa',
|
||||
'block_fuel' => 'Bloque de Combustible',
|
||||
'block_fuel' => 'Combustible en calzos',
|
||||
'fuel_used' => 'Combustible Usado',
|
||||
'codeoptional' => 'Código (opcional)',
|
||||
'legoptional' => 'Etapa (opcional)',
|
||||
|
@ -1,5 +1,5 @@
|
||||
<h4>@lang('toc.title')</h4>
|
||||
<textarea class="form-control" style="height: 150px; border: 1px #ccc solid;">
|
||||
<textarea readonly class="form-control" style="height: 150px; border: 1px #ccc solid;">
|
||||
{{ config('app.name') }} offers this Web site, including all information, software,
|
||||
products and services available from this Web site or offered as part of or in conjunction
|
||||
with this Web site (the “Web site”), to you, the user, conditioned upon your acceptance of
|
||||
|
Loading…
Reference in New Issue
Block a user