Pārlūkot izejas kodu

Fixes wrong title for open on remote commands

main
Eric Amodio pirms 1 gada
vecāks
revīzija
f895cf4f51
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/commands/openOnRemote.ts

+ 1
- 1
src/commands/openOnRemote.ts Parādīt failu

@ -89,7 +89,7 @@ export class OpenOnRemoteCommand extends Command {
let placeHolder = `Choose which remote to ${args.clipboard ? 'copy the link for' : 'open on'}`;
function getTitlePrefix(type: string): string {
return args?.clipboard ? `Copy Link to ${type} for ${provider}` : `Open Branch on ${provider}`;
return args?.clipboard ? `Copy Link to ${type} for ${provider}` : `Open ${type} on ${provider}`;
}
switch (args.resource.type) {

Notiek ielāde…
Atcelt
Saglabāt