From 219a7cf6f9d78a11528e053d2a9cd62da6aa5ad0 Mon Sep 17 00:00:00 2001 From: Toni Vicente Date: Tue, 22 Feb 2022 15:35:21 +0100 Subject: [PATCH] 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 --- resources/lang/es/pireps.php | 2 +- resources/views/layouts/default/auth/toc.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/es/pireps.php b/resources/lang/es/pireps.php index cd6833ea..c04e3e75 100644 --- a/resources/lang/es/pireps.php +++ b/resources/lang/es/pireps.php @@ -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)', diff --git a/resources/views/layouts/default/auth/toc.blade.php b/resources/views/layouts/default/auth/toc.blade.php index e3d0d969..4c9961fb 100644 --- a/resources/views/layouts/default/auth/toc.blade.php +++ b/resources/views/layouts/default/auth/toc.blade.php @@ -1,5 +1,5 @@

@lang('toc.title')

-