From 0ea90b5c42bcbaf98cfccb3fa51a3b0efc9daed6 Mon Sep 17 00:00:00 2001 From: duck Date: Mon, 1 Jun 2020 17:35:17 +0100 Subject: [PATCH] Remove typo Consumed Amount string in locationcontentsheet template --- views/locationcontentsheet.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/locationcontentsheet.blade.php b/views/locationcontentsheet.blade.php index a1f67915..5967b876 100644 --- a/views/locationcontentsheet.blade.php +++ b/views/locationcontentsheet.blade.php @@ -58,7 +58,7 @@ {{ $__t('Product') }} {{ $__t('Amount') }} - {{ $__t('Consumend amount') . ' / ' . $__t('Notes') }} + {{ $__t('Consumed amount') . ' / ' . $__t('Notes') }}