change wording from "identity" to "identifier" in many places

This commit is contained in:
2024-01-12 16:37:02 -07:00
parent 14e203dd74
commit a87179d127
14 changed files with 38 additions and 35 deletions

View File

@@ -344,7 +344,7 @@ export default class ContactsView extends Vue {
if (!identity) {
throw new Error(
"Attempted to load Give records with no identity available.",
"Attempted to load Give records with no identifier available.",
);
}
return identity;
@@ -962,7 +962,7 @@ export default class ContactsView extends Vue {
group: "alert",
type: "danger",
title: "Status Error",
text: "No identity is available.",
text: "No identifier is available.",
},
-1,
);