diff --git a/apps/staged/src/lib/features/branches/BranchCard.svelte b/apps/staged/src/lib/features/branches/BranchCard.svelte index e807313f..0f4d838d 100644 --- a/apps/staged/src/lib/features/branches/BranchCard.svelte +++ b/apps/staged/src/lib/features/branches/BranchCard.svelte @@ -302,7 +302,7 @@ } if (latest.kind === 'note' && latest.title.toLowerCase().endsWith(' log')) { return { - commit: 'Read the latest note which contains logs. Look for any issues.', + commit: 'Look for any issues.', note: '', commitRef: `Re: #note:${latest.id}`, noteRef: '',