From a2001f1e0a17625522bd3650b19e16b72f0bb0d8 Mon Sep 17 00:00:00 2001 From: HmonWutt Date: Fri, 23 Jan 2026 00:55:35 +0100 Subject: [PATCH 1/2] impr(quotes): add english quotes (@hmonwutt) --- frontend/static/quotes/english.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 311f6d9f4a0c..758bcd534781 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39147,6 +39147,25 @@ "source": "Mistborn: The Final Empire", "id": 7737, "length": 58 + }, + { + "text": "The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it.", + "source": "Terry Prachett, Diggers", + "id": 7738, + "length": 123 + }, + + { + "text": "Wisdom comes from experience. Experience is often a result of lack of wisdom.", + "source": "Terry Prachett", + "id": 7739, + "length": 77 + }, + { + "text": "The intelligence of that creature known as a crowd is the square root of the number of people in it.", + "source": "Terry Prachett, Jingo", + "id": 7740, + "length": 100 } ] } From 579b41c9c8199fa406719a6073122fb959f08a46 Mon Sep 17 00:00:00 2001 From: HmonWutt Date: Fri, 23 Jan 2026 01:19:40 +0100 Subject: [PATCH 2/2] impr(quotes): implemented Copilot's suggestions --- frontend/static/quotes/english.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 758bcd534781..eb7b1ca830f1 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39150,20 +39150,19 @@ }, { "text": "The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it.", - "source": "Terry Prachett, Diggers", + "source": "Terry Pratchett, Diggers", "id": 7738, "length": 123 }, - { "text": "Wisdom comes from experience. Experience is often a result of lack of wisdom.", - "source": "Terry Prachett", + "source": "Terry Pratchett", "id": 7739, "length": 77 }, { "text": "The intelligence of that creature known as a crowd is the square root of the number of people in it.", - "source": "Terry Prachett, Jingo", + "source": "Terry Pratchett, Jingo", "id": 7740, "length": 100 }