Add hints to migration dialog

6fb640016891a1e4621a9eed99c81da4e961191a

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +14 -1Ignore whitespace
public/scripts/templates/migrateInstructPrompt.html+14 -1
@@ -4,4 +4,17 @@
44<div class="marginBot10">
55 Would you like to migrate the system prompt from the template?
66</div>
7-<textarea class="wide100p textarea_compact" rows="8">{{prompt}}</textarea>
7+<div class="justifyLeft marginBot10">
8+ <div>
9+ <small>
10+ <b>"Yes"</b> &ndash; The prompt will be imported and selected as a current system prompt.
11+ </small>
12+
13+ </div>
14+ <div>
15+ <small>
16+ <b>"No"</b> &ndash; The prompt will be ignored, no changes to the current system prompt.
17+ </small>
18+ </div>
19+</div>
20+<textarea class="wide100p textarea_compact" rows="10">{{prompt}}</textarea>