mirror of
https://github.com/mue/mue.git
synced 2026-06-06 07:55:48 +02:00
feat: Update warning message in QuoteInfoModal for improved clarity on data sourcing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user