assuming dynamic json, 0 names returned merely means no match

This commit is contained in:
keeri 2023-05-12 09:37:34 +00:00
commit 1518915944

View file

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