Remove typo Consumed Amount string in locationcontentsheet template

This commit is contained in:
duck 2020-06-01 17:35:17 +01:00
parent df7a945c69
commit 0ea90b5c42
No known key found for this signature in database
GPG Key ID: AA4700F062BBD298

View File

@ -58,7 +58,7 @@
<tr> <tr>
<th>{{ $__t('Product') }}</th> <th>{{ $__t('Product') }}</th>
<th>{{ $__t('Amount') }}</th> <th>{{ $__t('Amount') }}</th>
<th>{{ $__t('Consumend amount') . ' / ' . $__t('Notes') }}</th> <th>{{ $__t('Consumed amount') . ' / ' . $__t('Notes') }}</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>