diff --git a/tabby-core/src/services/profiles.service.ts b/tabby-core/src/services/profiles.service.ts index ed9ddab1..a1d99c21 100644 --- a/tabby-core/src/services/profiles.service.ts +++ b/tabby-core/src/services/profiles.service.ts @@ -148,7 +148,7 @@ export class ProfilesService { }, }) } - await this.selector.show('Select profile', options) + await this.selector.show('Select profile or enter an address', options) } catch (err) { reject(err) }