Documents: Change wording in documents

This commit is contained in:
2023-12-23 23:05:11 +01:00
parent 8e71e82efc
commit 6cf5e0d45e
2 changed files with 3 additions and 2 deletions

View File

@ -125,7 +125,7 @@ namespace Elwig.Documents {
<th>Lieferrecht</th>
{(includeDelivery ? "<th>Unterliefert</th>" : "")}
{(includeDelivery ? "<th>Noch lieferbar</th>" : "")}
{(includeDelivery ? "<th>Geliefert</th>" : "")}
{(includeDelivery ? "<th>Überliefert</th>" : "")}
{(includePayment ? "<th>Zugeteilt</th>" : "")}
{(includeDelivery ? "<th>Geliefert</th>" : "")}
</tr>