переименовал падение в авост

This commit is contained in:
2023-12-21 20:09:09 +03:00
parent 6378a04841
commit ed8c1ee914
2 changed files with 2 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ public enum TaskState implements StatusEnum {
case DoneWithErrors:
return "с ошибками";
case Crushed:
return "падение";
return "авост";
case Canceled:
return "отменена";
case InternalError: