From 189261e9915b3136eeaa999c9a7c14b1afb9e7f3 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 7 Feb 2024 18:57:58 -0700 Subject: [PATCH] update messaging for contact registration --- src/views/ContactsView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index a70124c..ae92438 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -794,7 +794,7 @@ export default class ContactsView extends Vue { async register(contact: Contact) { if ( confirm( - "Are you sure you want to use one of your registrations for " + + "Are you sure you want to register " + this.nameForDid(this.contacts, contact.did) + (contact.registered ? " -- especially since they are already marked as registered" @@ -870,7 +870,7 @@ export default class ContactsView extends Vue { this.$notify( { group: "alert", - type: "info", + type: "success", title: "Registration Success", text: (contact.name || "That unnamed person") +