diff --git a/localization/strings.pot b/localization/strings.pot index 3951c972..400a11f6 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -1320,7 +1320,7 @@ msgstr "" msgid "this location" msgstr "" -msgid "Consumend amount" +msgid "Consumed amount" msgstr "" msgid "Time of printing" 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') }}