Skip to content

Commit 329d88e

Browse files
committed
better wording
1 parent 90e5cbd commit 329d88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/quick_actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ <h3 class="text-sm font-black text-black mb-2 flex items-center gap-1">
805805

806806
// Update loading message for recommendation
807807
loading.querySelector('span.font-bold').textContent = 'Getting tool recommendations...';
808-
loading.querySelector('p.text-sm').textContent = `Analyzing ${Math.round(ingestData.context_size / 1000)}k characters to recommend tools.`;
808+
loading.querySelector('p.text-sm').textContent = `Analyzing codebase to recommend rules`;
809809

810810
// Step 2: Get tool recommendations
811811
const recommendResponse = await fetch('/api/recommend', {

0 commit comments

Comments
 (0)