diff --git a/frontend/src/routes/task/ListTask.svelte b/frontend/src/routes/task/ListTask.svelte index 55f0ee4..e6334ad 100644 --- a/frontend/src/routes/task/ListTask.svelte +++ b/frontend/src/routes/task/ListTask.svelte @@ -158,8 +158,8 @@ {#if states[task.status] != 'CANCELLED'} {/if} - - + + {#if error} {error} diff --git a/translations/src/main/resources/de.json b/translations/src/main/resources/de.json index 8c14539..f7e73a8 100644 --- a/translations/src/main/resources/de.json +++ b/translations/src/main/resources/de.json @@ -170,7 +170,7 @@ "pos": "Pos", "position": "Position", "positions": "Positionen", - "postpone": "autschieben", + "postpone": "aufschieben", "price": "Preis", "processing_code": "Code wird verarbeitet…", "project": "Projekt",