From 348485a724d1ece75e2dfd50ce66d49fde4cbf94 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Sat, 7 Feb 2026 14:54:48 +0000 Subject: [PATCH] feat: Update warning message in QuoteInfoModal for improved clarity on data sourcing --- src/features/quote/components/QuoteInfoModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/quote/components/QuoteInfoModal.jsx b/src/features/quote/components/QuoteInfoModal.jsx index 664e3d53..ceaef4a7 100644 --- a/src/features/quote/components/QuoteInfoModal.jsx +++ b/src/features/quote/components/QuoteInfoModal.jsx @@ -72,7 +72,7 @@ function QuoteInfoModal({ modalClose, quoteData }) {

{variables.getMessage('widgets.quote.info.warning') || - 'Author image and occupation are automatically fetched and may be incorrect.'} + "The author's image, occupation and wikipedia page are automatically sourced from Wikipedia and Wikidata and may not always be accurate."}