Unset => Unspecified

8a55cd776f6714cdbb46d8e7a340ad7e781c169a

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

1 files changed, +5 -2Ignore whitespace
public/index.html+5 -2
@@ -6113,9 +6113,12 @@
61136113 <label for="completion_prompt_manager_popup_entry_form_role">
61146114 <span data-i18n="Role">Role</span>
61156115 </label>
6116- <div class="text_muted" data-i18n="To whom this message will be attributed.">To whom this message will be attributed.</div>
6116+ <div class="text_muted">
6117+ <span data-i18n="To whom this message will be attributed.">To whom this message will be attributed.</span>
6118+ <span data-i18n="Unspecified = Prompt Manager decides.">Unspecified = Prompt Manager decides.</span>
6119+ </div>
61176120 <select id="completion_prompt_manager_popup_entry_form_role" class="text_pole" name="role">
61186121 <option data-i18n="Default (unset)Unspecified" value="">Default (unset)Unspecified</option>
61196122 <option data-i18n="System" value="system">System</option>
61206123 <option data-i18n="User" value="user">User</option>
61216124 <option data-i18n="AI Assistant" value="assistant">AI Assistant</option>