Skip to content

Commit bc3c270

Browse files
committed
Simplify pruning notification label
1 parent 5208401 commit bc3c270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/notification.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function buildDetailedMessage(
4545
if (pruneToolIds.length > 0) {
4646
const pruneTokenCounterStr = `~${formatTokenCount(state.stats.pruneTokenCounter)}`
4747
const reasonLabel = reason ? ` — ${PRUNE_REASON_LABELS[reason]}` : ''
48-
message += `\n\n▣ Pruned tools (${pruneTokenCounterStr})${reasonLabel}`
48+
message += `\n\n▣ Pruning (${pruneTokenCounterStr})${reasonLabel}`
4949

5050
const itemLines = formatPrunedItemsList(pruneToolIds, toolMetadata, workingDirectory)
5151
message += '\n' + itemLines.join('\n')

0 commit comments

Comments
 (0)