From 5e771534a83e3447badb4bb2fa002f5388176e7e Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 12 Jul 2021 21:29:38 +0200 Subject: [PATCH] wording --- tabby-core/src/services/profiles.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }