Skip to content

Commit 2c472dd

Browse files
authored
Merge pull request #280 from iceljc/features/refine-chat-window
change name
2 parents 1aaa953 + 488ae61 commit 2c472dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/page/agent/[agentId]/agent-prompt.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@
131131
<div class="mb-2" style="display: flex; gap: 10px;">
132132
<div class="line-align-center fw-bold">
133133
{#if local_instructions.length > 1}
134-
{'Prompts:'}
134+
{'Instructions:'}
135135
{:else}
136-
{'System Prompt:'}
136+
{'System instruction:'}
137137
{/if}
138138
</div>
139139
<!-- svelte-ignore a11y-click-events-have-key-events -->
@@ -182,7 +182,7 @@
182182
rows={24}
183183
value={selected_instruction.instruction}
184184
on:input={(e) => changePrompt(e)}
185-
placeholder="Enter your Prompt"
185+
placeholder="Enter your instruction"
186186
/>
187187
</FormGroup>
188188
</CardBody>

0 commit comments

Comments
 (0)