mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
Remove typo Consumed Amount string in locationcontentsheet template
This commit is contained in:
parent
df7a945c69
commit
0ea90b5c42
|
|
@ -58,7 +58,7 @@
|
|||
<tr>
|
||||
<th>{{ $__t('Product') }}</th>
|
||||
<th>{{ $__t('Amount') }}</th>
|
||||
<th>{{ $__t('Consumend amount') . ' / ' . $__t('Notes') }}</th>
|
||||
<th>{{ $__t('Consumed amount') . ' / ' . $__t('Notes') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user