Skip to content

Commit 8dd0525

Browse files
committed
Fix ticket status option
1 parent df6022f commit 8dd0525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class TicketPriority(str, Enum):
133133
class TicketStatus(str, Enum):
134134
OPEN = "Aberto"
135135
IN_PROGRESS = "Em andamento"
136-
CLOSED = "Fechado"
136+
CLOSED = "Encerrado"
137137

138138

139139
# Período para estatísticas

0 commit comments

Comments
 (0)