[UPDT] GENERAL: Added verbose name and verbose name plural

This commit is contained in:
Horilla
2025-05-31 10:37:32 +05:30
parent d466d39e5a
commit e0df70fec2
7 changed files with 43 additions and 0 deletions

View File

@@ -776,6 +776,7 @@ class Meetings(HorillaModel):
class Meta:
verbose_name = _("Meetings")
verbose_name_plural = _("Meetings")
def __str__(self):
return self.title