diff --git a/src/components/MembersList.vue b/src/components/MembersList.vue
index a61b0c83..5dcda0e1 100644
--- a/src/components/MembersList.vue
+++ b/src/components/MembersList.vue
@@ -296,7 +296,7 @@ export default class MembersList extends Vue {
this.decryptedMembers.length === 0 ||
this.decryptedMembers[0].member.memberId !== this.members[0].memberId
) {
- return "Your password is not the same as the organizer. Reload or have them check their password.";
+ return "Your password is not the same as the organizer. Retry or have them check their password.";
} else {
// the first (organizer) member was decrypted OK
return "";
@@ -337,7 +337,7 @@ export default class MembersList extends Vue {
group: "alert",
type: "info",
title: "Contact Exists",
- text: "They are in your contacts. If you want to remove them, you must do that from the contacts screen.",
+ text: "They are in your contacts. To remove them, use the contacts page.",
},
10000,
);
@@ -347,7 +347,7 @@ export default class MembersList extends Vue {
group: "alert",
type: "info",
title: "Contact Available",
- text: "This is to add them to your contacts. If you want to remove them later, you must do that from the contacts screen.",
+ text: "This is to add them to your contacts. To remove them later, use the contacts page.",
},
10000,
);
diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue
index 9081effb..b5a5b8bd 100644
--- a/src/views/ContactsView.vue
+++ b/src/views/ContactsView.vue
@@ -54,17 +54,12 @@
/>
- Share the password with the people you want to onboard. + Share the password with the members. You can also send them the + "shortcut page for members" link below.