diff --git a/controllers/contacts.go b/controllers/contacts.go index aa15e61..40fbfad 100644 --- a/controllers/contacts.go +++ b/controllers/contacts.go @@ -94,7 +94,7 @@ func Contacts(c *fiber.Ctx) error { db.Order("position asc").Find(&fields, "person_type = ?", "contact") return c.Render("people", fiber.Map{ - "PageTitle": "Contacts", + "PageTitle": "Sympathisants", "MembersPage": false, "People": results.Results, "Pagination": results.Pagination,