terminal_view: Fix casing of popover menu entry (#44377)

This ensures that the casing of this entry aligns with other entries in
the app popover Menus.

Release Notes:

- N/A

---------

Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
This commit is contained in:
Finn Evers
2025-12-08 13:19:54 +00:00
committed by GitHub
co-authored by Piotr Osiewicz
parent a8b61c5ffa
commit 9e0a4c2a9c
+1 -1
View File
@@ -167,7 +167,7 @@ impl TerminalPanel {
// hence we focus that first. Otherwise, we'd end up without a focused element, as
// context menu will be gone the moment we spawn the modal.
.action(
"Spawn task",
"Spawn Task",
zed_actions::Spawn::modal().boxed_clone(),
)
});