diff --git a/crates/assistant_slash_commands/src/default_command.rs b/crates/assistant_slash_commands/src/default_command.rs index 82d47bf11f..b076a3a0a5 100644 --- a/crates/assistant_slash_commands/src/default_command.rs +++ b/crates/assistant_slash_commands/src/default_command.rs @@ -21,11 +21,11 @@ impl SlashCommand for DefaultSlashCommand { } fn description(&self) -> String { - "insert default prompt".into() + "Insert default prompt".into() } fn menu_text(&self) -> String { - "Insert Default Prompt".into() + self.description() } fn requires_argument(&self) -> bool {