Skip to content

Commit 1aa3813

Browse files
fix: update branding (#3427)
1 parent 2d16273 commit 1aa3813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/cli/usage/usage_renderer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pub async fn render_context_window(
147147
calculate_usage_percentage(usage_data.tools_tokens, usage_data.context_window_size)
148148
)),
149149
StyledText::info_fg(),
150-
style::Print("█ Kiro responses: "),
150+
style::Print("█ Q responses: "),
151151
StyledText::reset(),
152152
style::Print(format!(
153153
" ~{} tokens ({:.2}%)\n",

0 commit comments

Comments
 (0)