diff --git a/src/libs/endorserServer.ts b/src/libs/endorserServer.ts index e937d5a..54ff1d2 100644 --- a/src/libs/endorserServer.ts +++ b/src/libs/endorserServer.ts @@ -1070,7 +1070,7 @@ export async function generateEndorserJwtForAccount( contactInfo.own.profileImageUrl = profileImageUrl; } - // Add the next key -- but note that it makes the QR more detailed + // Add the next key -- not recommended for the QR code for such a high resolution if (includeNextKeyIfDerived && account?.mnemonic && account?.derivationPath) { const newDerivPath = nextDerivationPath(account.derivationPath as string); const nextPublicHex = deriveAddress( diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index d841e47..d82bd6e 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -684,7 +684,10 @@ export default class ContactsView extends Vue { private async onClickNewContact(): Promise { const contactInput = this.contactInput.trim(); if (!contactInput) { - this.danger("There was no contact info to add.", "No Contact"); + this.danger( + "There was no contact info to add. Try the other green buttons.", + "No Contact", + ); return; } diff --git a/src/views/HelpOnboardingView.vue b/src/views/HelpOnboardingView.vue index 43578be..a7b12a0 100644 --- a/src/views/HelpOnboardingView.vue +++ b/src/views/HelpOnboardingView.vue @@ -96,7 +96,7 @@

Enable notifications from the Account page . Those notifications might show up on the device depending on your settings. - For the most reliable habits, people should own alarm or some other ritual to look every day. + For the most reliable habits, set an alarm or do some other ritual to record gratitude every day.