File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ type ConnectMoreIntegrationsItem = QuickPickItem & {
9797 group : undefined ;
9898} ;
9999const connectMoreIntegrationsItem : ConnectMoreIntegrationsItem = {
100- label : 'Connect more integrations ' ,
101- detail : 'Connect integration with more Git providers ' ,
100+ label : 'Connect an Additional Integration... ' ,
101+ detail : 'Connect additional integrations to view their pull requests in Launchpad ' ,
102102 item : undefined ,
103103 group : undefined ,
104104} ;
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ type ManageIntegrationsItem = QuickPickItem & {
9292} ;
9393
9494const connectMoreIntegrationsItem : ConnectMoreIntegrationsItem = {
95- label : 'Connect more integrations ' ,
96- detail : 'Connect integration with more issue providers ' ,
95+ label : 'Connect an Additional Integration... ' ,
96+ detail : 'Connect additional integrations to view and start work on their issues ' ,
9797 item : undefined ,
9898} ;
9999
You can’t perform that action at this time.
0 commit comments