Update Queue.elm

This commit is contained in:
monnypython 2021-06-30 20:38:31 +00:00 committed by GitHub
parent 159472b37e
commit 016e838228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ de =
, waiting = "Wartend"
, errored = "Fehlerhaft"
, success = "Erfolgreich"
, cancelled = "Abgebrochhen"
, cancelled = "Abgebrochen"
, noJobsRunning = "Es werden keine Jobs ausgeführt."
, noJobsDisplay = "Keine Jobs vorhanden."
, noJobsWaiting = "Keine wartenden Jobs."