From 49aff7e4885505a8694625c7506e9461bcaae53e Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 11 Dec 2024 08:29:40 -0700 Subject: [PATCH] fix the wording on accepted invite --- src/views/InviteOneView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/InviteOneView.vue b/src/views/InviteOneView.vue index e89dd1b..ca3c479 100644 --- a/src/views/InviteOneView.vue +++ b/src/views/InviteOneView.vue @@ -323,7 +323,7 @@ export default class InviteOneView extends Vue { addNewContact(did) { (this.$refs.contactNameDialog as ContactNameDialog).open( - "Who Sent You The Invite?", + "To Whom Did You Send The Invite?", "Their name will be added to your contact list.", (name) => { // the person obviously registered themselves and this user already granted visibility, so we just add them