forked from jsnbuchanan/crowd-funder-for-time-pwa
change wording from "identity" to "identifier" in many places
This commit is contained in:
@@ -335,7 +335,7 @@ export default class ClaimView extends Vue {
|
||||
|
||||
if (!identity) {
|
||||
throw new Error(
|
||||
"Attempted to load project records with no identity available.",
|
||||
"Attempted to load project records with no identifier available.",
|
||||
);
|
||||
}
|
||||
return identity;
|
||||
|
||||
Reference in New Issue
Block a user