Update app.js

This commit is contained in:
oliver
2026-06-06 07:27:42 -03:00
parent 8c1afe17b2
commit 5e3fbda36b
+1 -1
View File
@@ -1475,7 +1475,7 @@ function renderWizardReview() {
const prompt = buildWizardPrompt(); const prompt = buildWizardPrompt();
document.getElementById("wizard-body").innerHTML = ` document.getElementById("wizard-body").innerHTML = `
<div class="wizard-review-area" style="padding:12px 16px 4px"> <div class="wizard-review-area" style="padding:12px 16px 4px">
<p class="wizard-review-intro">Review the generated init prompt below, then copy it into your agent's system prompt.</p> <p class="wizard-review-intro">Your init prompt is ready! Copy it and paste it directly into your <strong>Hermes</strong> instance — it will automatically install and configure all selected skills and integrations for you.</p>
<textarea class="wizard-review-textarea" id="wizard-prompt-textarea" readonly>${escHtml(prompt)}</textarea> <textarea class="wizard-review-textarea" id="wizard-prompt-textarea" readonly>${escHtml(prompt)}</textarea>
</div>`; </div>`;
} }