feat: Update warning message in QuoteInfoModal for improved clarity on data sourcing

This commit is contained in:
alexsparkes
2026-02-07 14:54:48 +00:00
parent 4ad799da3b
commit 348485a724

View File

@@ -72,7 +72,7 @@ function QuoteInfoModal({ modalClose, quoteData }) {
<div className="warningText">
<p>
{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."}
</p>
</div>
</div>