1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 02:22:02 +03:00
This commit is contained in:
Eugene Pankov 2021-07-12 21:29:38 +02:00
parent ba33f18af7
commit 5e771534a8
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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)
}