MediaWiki:Common.js: Difference between revisions
Draft opening summary button |
Summary uses personal details and Life only |
||
| Line 501: | Line 501: | ||
$draftBar.append( | $draftBar.append( | ||
$draftBtn, | $draftBtn, | ||
document.createTextNode(' — optional 5–10 sentence opening from the | document.createTextNode(' — optional 5–10 sentence opening from Personal details and the Life biography. Review before saving.') | ||
); | ); | ||
$box.append($draftBar); | $box.append($draftBar); | ||
| Line 667: | Line 667: | ||
$draftHint.text('Drafted with AI from this page’s facts and biography. Check every sentence before saving.'); | $draftHint.text('Drafted with AI from this page’s facts and biography. Check every sentence before saving.'); | ||
} else { | } else { | ||
$draftHint.text('Drafted from | $draftHint.text('Drafted from Personal details and the Life biography (no AI key configured). Edit as needed.'); | ||
} | } | ||
setDraftStatus(''); | setDraftStatus(''); | ||