Mercurial Hosting > lang
changeset 60:285029931499
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 18 Aug 2025 10:18:10 +0900 |
parents | e8f632349db7 |
children | 85189076acfa |
files | src/edit_course.html.luan src/view_course.html.luan |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/edit_course.html.luan Mon Aug 18 08:51:20 2025 +0900 +++ b/src/edit_course.html.luan Mon Aug 18 10:18:10 2025 +0900 @@ -68,7 +68,7 @@ <p><label clickable><input type=checkbox name=has_ruby <%= course.has_ruby and "checked" or "" %> > Has pronunciation like {japanese|romaji}</label></p> - <h4>AI system prompt</h4> + <h4>AI system prompt - chat instructions</h4> <textarea required name=ai_system_prompt oninput="fixTextarea(event.target)"><%=html_encode(course.ai_system_prompt)%></textarea> <h4>AI first message (optional)</h4>
--- a/src/view_course.html.luan Mon Aug 18 08:51:20 2025 +0900 +++ b/src/view_course.html.luan Mon Aug 18 10:18:10 2025 +0900 @@ -56,7 +56,7 @@ <p><input type=checkbox name=has_ruby <%= course.has_ruby and "checked" or "" %> disabled> Has pronunciation like {japanese|romaji}</p> - <h4>AI system prompt</h4> + <h4>AI system prompt - chat instructions</h4> <pre><%=html_encode(course.ai_system_prompt)%></pre> <h4>AI first message (optional)</h4>