diff --git a/src/api/actionRunners.ts b/src/api/actionRunners.ts index 0b2f5ea..09f6422 100644 --- a/src/api/actionRunners.ts +++ b/src/api/actionRunners.ts @@ -295,7 +295,7 @@ export class ActionRunners implements Disposable { placeholder = 'Choose how to open the pull request'; break; case 'hover.commands': - title = 'Want to Discuss or Collaborate? Have Comments, Questions, or Need Help?'; + title = 'Need Help or Want to Collaborate?'; placeholder = 'Choose what you would like to do'; break; default: diff --git a/src/git/formatters/commitFormatter.ts b/src/git/formatters/commitFormatter.ts index cfc490d..97f805b 100644 --- a/src/git/formatters/commitFormatter.ts +++ b/src/git/formatters/commitFormatter.ts @@ -366,7 +366,7 @@ export class CommitFormatter extends Formatter { } if (Container.actionRunners.count('hover.commands') > 0) { - commands += `${separator}[$(feedback) Discuss / Collab${ + commands += `${separator}[$(organization) Team${GlyphChars.SpaceThinnest}${ GlyphChars.Ellipsis }](${getMarkdownActionCommand('hover.commands', { repoPath: this._item.repoPath, @@ -385,7 +385,7 @@ export class CommitFormatter extends Formatter { line: this._options.editor?.line, } : undefined, - })} "Want to Discuss or Collaborate? Have Comments, Questions, or Need Help?")`; + })} "Show Team Actions")`; } commands += `${separator}[$(ellipsis)](${ShowQuickCommitFileCommand.getMarkdownCommandArgs({