diff --git a/src/routes/page/agent/[agentId]/agent-prompt.svelte b/src/routes/page/agent/[agentId]/agent-prompt.svelte
index 27c93876..25d87e03 100644
--- a/src/routes/page/agent/[agentId]/agent-prompt.svelte
+++ b/src/routes/page/agent/[agentId]/agent-prompt.svelte
@@ -131,9 +131,9 @@
{#if local_instructions.length > 1}
- {'Prompts:'}
+ {'Instructions:'}
{:else}
- {'System Prompt:'}
+ {'System instruction:'}
{/if}
@@ -182,7 +182,7 @@
rows={24}
value={selected_instruction.instruction}
on:input={(e) => changePrompt(e)}
- placeholder="Enter your Prompt"
+ placeholder="Enter your instruction"
/>