Browse Source

fix the wording on accepted invite

split_build_process
Trent Larson 1 month ago
parent
commit
49aff7e488
  1. 2
      src/views/InviteOneView.vue

2
src/views/InviteOneView.vue

@ -323,7 +323,7 @@ export default class InviteOneView extends Vue {
addNewContact(did) { addNewContact(did) {
(this.$refs.contactNameDialog as ContactNameDialog).open( (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.", "Their name will be added to your contact list.",
(name) => { (name) => {
// the person obviously registered themselves and this user already granted visibility, so we just add them // the person obviously registered themselves and this user already granted visibility, so we just add them

Loading…
Cancel
Save