This commit is contained in:
Eugene Pankov
2021-07-12 21:29:38 +02:00
parent ba33f18af7
commit 5e771534a8

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