Merge branch 'master' into choose-no-id

This commit is contained in:
2023-07-06 02:40:00 -04:00
14 changed files with 202 additions and 630 deletions

View File

@@ -94,7 +94,7 @@ export function didInfo(did, activeDid, identifiers, contacts) {
if (contact) {
return contact.name || "Someone Unnamed in Contacts";
} else if (!did) {
return "Unpecified Person";
return "Unspecified Person";
} else if (isHiddenDid(did)) {
return "Someone Not In Network";
} else {