assuming dynamic json, 0 names returned merely means no match
This commit is contained in:
parent
df160644f6
commit
1518915944
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ export class SendComponent implements OnInit {
|
|||
|
||||
if (aliasesInJsonCount === 0) {
|
||||
this.toAccountStatus = 0; // Error state
|
||||
this.notificationService.sendWarning(`No aliases found on ${aliasDomain}`);
|
||||
this.notificationService.sendWarning(`Alias @${aliasName} not found on ${aliasDomain}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue