Skip to content
Snippets Groups Projects
Commit 8a0cc9a5 authored by Amy Qualls's avatar Amy Qualls :leopard: Committed by Tristan Read
Browse files

chore: Add 'and' to this string

parent f5dd1530
No related branches found
No related tags found
2 merge requests!1795chore: rebase sast-ide dev branch,!1557chore: Add 'and' to this string
...@@ -6,7 +6,7 @@ export interface GitlabChatSlashCommand { ...@@ -6,7 +6,7 @@ export interface GitlabChatSlashCommand {
const ResetCommand: GitlabChatSlashCommand = { const ResetCommand: GitlabChatSlashCommand = {
name: '/reset', name: '/reset',
description: 'Reset conversation, ignore the previous messages.', description: 'Reset conversation and ignore the previous messages.',
shouldSubmit: true, shouldSubmit: true,
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment