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:
duck 2020-08-18 17:28:39 +01:00 committed by GitHub
parent 273811fdc1
commit 7e276289e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1320,7 +1320,7 @@ msgstr ""
msgid "this location" msgid "this location"
msgstr "" msgstr ""
msgid "Consumend amount" msgid "Consumed amount"
msgstr "" msgstr ""
msgid "Time of printing" msgid "Time of printing"

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>