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

@@ -202,7 +202,7 @@ export default class ProjectsView 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;
@@ -225,7 +225,7 @@ export default class ProjectsView extends Vue {
group: "alert",
type: "danger",
title: "Error",
text: "You need an identity to load your projects.",
text: "You need an identifier to load your projects.",
},
-1,
);