mirror of
https://github.com/mue/mue.git
synced 2026-07-24 17:27:17 +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">
|
<div className="warningText">
|
||||||
<p>
|
<p>
|
||||||
{variables.getMessage('widgets.quote.info.warning') ||
|
{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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user