Replaced mistyped parentheses in 'job-completed-with-warnings' with hyphen.

This commit is contained in:
Florian Pose
2020-08-18 13:17:37 +02:00
parent 4b9cdd4d29
commit cd5b27ae38

View File

@@ -71,9 +71,9 @@ class PrintingJob(models.Model):
("job-canceled-at-device", "Cancelled at the device"),
("job-canceled-by-operator", "Cancelled by the printer operator"),
("job-canceled-by-user", "Cancelled by the user"),
("job-completed(with-warnings", "Completed with some warnings"),
("job-completed-successfully", "Completed successfully"),
("job-completed-with-errors", "Completed with some errors"),
("job-completed-with-warnings", "Completed with some warnings"),
("job-data-insufficient", "No data has been received"),
("job-hold-until-specified", "Currently held"),
("job-incoming", "Files are currently being received"),