Sfoglia il codice sorgente

Renames Discuss/Collab menu to Team

main
Eric Amodio 3 anni fa
parent
commit
d2cdc1547a
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +1
    -1
      src/api/actionRunners.ts
  2. +2
    -2
      src/git/formatters/commitFormatter.ts

+ 1
- 1
src/api/actionRunners.ts Vedi File

@ -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:

+ 2
- 2
src/git/formatters/commitFormatter.ts Vedi File

@ -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<HoverCommandsActionContext>('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({

Caricamento…
Annulla
Salva