mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
WIP: Fix typo on "Consumed Amount" localization string (#880)
* Fix typo on localization string in strings.pot Should be "Consumed Amount" * Remove typo Consumed Amount string in locationcontentsheet template
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user