Change copy button tooltip label

This commit is contained in:
Danilo Leal 2025-08-26 11:35:46 -03:00
parent 858ab9cc23
commit 86cbf63b6f

View file

@ -1323,7 +1323,7 @@ fn render_copy_code_block_button(
.icon_size(IconSize::Small)
.style(ButtonStyle::Filled)
.shape(ui::IconButtonShape::Square)
.tooltip(Tooltip::text("Copy Code"))
.tooltip(Tooltip::text("Copy"))
.on_click({
let markdown = markdown;
move |_event, _window, cx| {