-
- {initialProject.name}{" "}
-
- ({initialProject.source === "local" ? "local prompt" : "portal prompt"})
-
-
+
+
{initialProject.name}
+
+ {initialProject.source === "local" ? "local" : "portal"}
+
+
{initialProject.description && (
{initialProject.description}
)}
@@ -194,9 +196,14 @@ export function PromptSelectionDialog({
) : (
<>
- Select a Prompt for your project
+ Select a Prompt
- Search and select the correct prompt for this video.
+ Prompts are templates that control how YakShaver writes your issue. Select the one
+ that best fits your project.{" "}
+
+ Local prompts are saved on your device; portal prompts are synced from YakShaver
+ Portal.
+
@@ -230,17 +237,18 @@ export function PromptSelectionDialog({
}`}
onClick={() => setTempSelectedProjectId(project.id)}
>
-
- {project.name}{" "}
-
+ {project.name}
+
- ({project.source === "local" ? "local prompt" : "portal prompt"})
-
+ {project.source === "local" ? "local" : "portal"}
+
{project.description && (