diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue index 8b70c05..c865e6f 100644 --- a/src/components/GiftedDialog.vue +++ b/src/components/GiftedDialog.vue @@ -236,7 +236,7 @@ export default class GiftedDialog extends Vue { if (!identity) { throw new Error( - "Attempted to load Give records for DID ${activeDid} but no identity was found", + "Attempted to load Give records for DID ${activeDid} but no identifier was found", ); } return identity; @@ -260,7 +260,7 @@ export default class GiftedDialog extends Vue { group: "alert", type: "danger", title: "Error", - text: "You must select an identity before you can record a give.", + text: "You must select an identifier before you can record a give.", }, -1, ); diff --git a/src/components/OfferDialog.vue b/src/components/OfferDialog.vue index b61bde8..a05f82f 100644 --- a/src/components/OfferDialog.vue +++ b/src/components/OfferDialog.vue @@ -166,7 +166,7 @@ export default class OfferDialog extends Vue { if (!identity) { throw new Error( - "Attempted to load Offer records for DID ${activeDid} but no identity was found", + "Attempted to load Offer records for DID ${activeDid} but no identifier was found", ); } return identity; @@ -188,7 +188,7 @@ export default class OfferDialog extends Vue { group: "alert", type: "danger", title: "Error", - text: "You must select an identity before you can record an offer.", + text: "You must select an identifier before you can record an offer.", }, -1, ); diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index fddf979..7dbd703 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -40,13 +40,14 @@ class="bg-amber-200 text-amber-900 border-amber-500 border-dashed border text-center rounded-md overflow-hidden px-4 py-3 mb-4" >

- Note: Before you can take any action, you need an ID. + Note: Before you can share with others or take any action, you + need an identifier.

- Generate Identity + Create An Identifier @@ -217,7 +218,7 @@

- Deep Identity Details + Deep Identifier Details

Public Key (base 64)
@@ -329,7 +330,7 @@ :to="{ name: 'identity-switcher' }" class="block w-fit text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-2" > - Switch Identity + Switch Identifier
@@ -716,9 +717,9 @@ export default class AccountViewView extends Vue { if ( err instanceof Error && err.message === - "Attempted to load account records with no identity available." + "Attempted to load account records with no identifier available." ) { - this.limitsMessage = "No identity."; + this.limitsMessage = "No identifier."; this.loadingLimits = false; } else { this.$notify( @@ -1020,9 +1021,9 @@ export default class AccountViewView extends Vue { } else if ( error instanceof Error && error.message === - "Attempted to load Give records with no identity available." + "Attempted to load Give records with no identifier available." ) { - this.limitsMessage = "No identity."; + this.limitsMessage = "No identifier."; } else { // Handle other unknown errors } diff --git a/src/views/ClaimView.vue b/src/views/ClaimView.vue index d85fab0..93f513a 100644 --- a/src/views/ClaimView.vue +++ b/src/views/ClaimView.vue @@ -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; diff --git a/src/views/ContactAmountsView.vue b/src/views/ContactAmountsView.vue index fdf0372..f9e58e2 100644 --- a/src/views/ContactAmountsView.vue +++ b/src/views/ContactAmountsView.vue @@ -155,7 +155,7 @@ export default class ContactAmountssView 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; diff --git a/src/views/ContactGiftingView.vue b/src/views/ContactGiftingView.vue index 8232d76..76aa105 100644 --- a/src/views/ContactGiftingView.vue +++ b/src/views/ContactGiftingView.vue @@ -121,7 +121,7 @@ export default class ContactGiftingView 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; diff --git a/src/views/ContactQRScanShowView.vue b/src/views/ContactQRScanShowView.vue index ae3bb6e..91b51d0 100644 --- a/src/views/ContactQRScanShowView.vue +++ b/src/views/ContactQRScanShowView.vue @@ -120,7 +120,7 @@ export default class ContactQRScanShow extends Vue { if (!identity) { throw new Error( - "Attempted to show contact info with no identity available.", + "Attempted to show contact info with no identifier available.", ); } return identity; diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index 334f2f0..300ebf1 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -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, ); diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index edc54ad..209ed60 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -15,7 +15,8 @@ class="bg-amber-200 rounded-md overflow-hidden text-center px-4 py-3 mb-4" >

- This app doesn't support notifications, so let's fix that.
+ This currently doesn't support notifications, so let's fix that. +
@@ -52,7 +53,7 @@ Google Chrome - or look for a way to install as an app. + or look for a way to install as an app from this browser.

@@ -65,13 +66,14 @@ class="bg-amber-200 rounded-md overflow-hidden text-center px-4 py-3 mb-4" >

- You need an identifier before you can record anyone's gives. + Want to connect with your contacts, or share contributions or + projects?

- Create Your Identifier
@@ -85,7 +87,7 @@ :to="{ name: 'contact-qr' }" class="block text-center text-md font-bold uppercase bg-blue-500 text-white mt-2 px-2 py-3 rounded-md" > - 1. Show Them Your Identity Info - Import Existing Identity + Import Existing Identifier

- Enter your seed phrase below to import your identity on this device. + Enter your seed phrase below to import your identifier on this device.

- Note: You have more than one identity + Note: You have more than one identifier stored in this browser. If they are all based on the same seed as the - current identity, this one backup is sufficient; however, if you have - different seeds for other identities, you will have to back them up + current identifier, this one backup is sufficient; however, if you have + different seeds for other identifiers, you will have to back them up separately.

@@ -49,7 +49,7 @@

-
You do not have an active identity.
+
You do not have an active identifier.
@@ -91,7 +91,7 @@ export default class SeedBackupView extends Vue { this.numAccounts = accounts.length; this.activeAccount = R.find((acc) => acc.did === activeDid, accounts); } catch (err: unknown) { - console.error("Got an error loading an identity:", err); + console.error("Got an error loading an identifier:", err); this.$notify( { group: "alert", diff --git a/src/views/StartView.vue b/src/views/StartView.vue index e772f11..8b7191f 100644 --- a/src/views/StartView.vue +++ b/src/views/StartView.vue @@ -24,7 +24,7 @@

- Do you have an identity to import? + Do you have an identifier to import?