From ff4b1370889e46751137936219b72ba14fd5e6e0 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 23 Oct 2021 09:53:43 +0200 Subject: [PATCH] word --- tabby-core/src/buttonProvider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-core/src/buttonProvider.ts b/tabby-core/src/buttonProvider.ts index 8aa45165..57a17396 100644 --- a/tabby-core/src/buttonProvider.ts +++ b/tabby-core/src/buttonProvider.ts @@ -35,7 +35,7 @@ export class ButtonProvider extends ToolbarButtonProvider { icon: this.hostApp.platform === Platform.Web ? require('./icons/plus.svg') : require('./icons/profiles.svg'), - title: 'New tab with profile', + title: 'Profiles and connections', click: () => this.activate(), }, ...this.profilesService.getRecentProfiles().map(profile => ({