From c3cde6eb7341b8f83b583cb0f7d6565e7093026c Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 12 Aug 2024 11:34:53 -0400 Subject: [PATCH] Update "contributors" test fixture to match site language Author: Christoph Berg --- pgweb/contributors/fixtures/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgweb/contributors/fixtures/data.json b/pgweb/contributors/fixtures/data.json index c7d287c4..97a4072e 100644 --- a/pgweb/contributors/fixtures/data.json +++ b/pgweb/contributors/fixtures/data.json @@ -25,9 +25,9 @@ "model": "contributors.contributortype", "pk": 3, "fields": { - "typename": "Hackers Emeritus", + "typename": "Past Major Contributors", "sortorder": 400, - "extrainfo": "The following hackers were previously part of the core team. Although they no longer work on the project, they are included here in recognition of their valuable contributions over the years.", + "extrainfo": "The following people were previously Major Contributors to PostgreSQL. Although they no longer work on the project, they are included here in recognition of their valuable contributions over the years.", "detailed": true, "showemail": true } -- 2.39.5