Eugene Pankov 4 years ago
parent
commit
5e771534a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tabby-core/src/services/profiles.service.ts

+ 1 - 1
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)
             }