Skip to content

Commit 1ccc4c7

Browse files
committed
1 parent d7f06be commit 1ccc4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/ohq/models.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ class Booking(models.Model):
459459
end = models.DateTimeField("end", db_index=True)
460460

461461
class Meta:
462-
verbose_name = _("booking")
463-
verbose_name_plural = _("bookings")
462+
verbose_name = ("booking")
463+
verbose_name_plural = ("bookings")
464464
ordering = ["start"]
465465
index_together = (("start", "end"),)
466466

0 commit comments

Comments
 (0)