Skip to content

Commit 54fa760

Browse files
total
1 parent 075c76a commit 54fa760

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
@@ -104,7 +104,7 @@ function formatStatsHeader(
104104
const totalTokensPadded = totalTokensStr.padStart(maxTokenLen)
105105

106106
return [
107-
`▣ DCP | ${totalTokensPadded} saved`,
107+
`▣ DCP | ${totalTokensPadded} saved total`,
108108
].join('\n')
109109
}
110110

0 commit comments

Comments
 (0)