forked from jsnbuchanan/crowd-funder-for-time-pwa
update messaging for contact registration
This commit is contained in:
@@ -794,7 +794,7 @@ export default class ContactsView extends Vue {
|
|||||||
async register(contact: Contact) {
|
async register(contact: Contact) {
|
||||||
if (
|
if (
|
||||||
confirm(
|
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) +
|
this.nameForDid(this.contacts, contact.did) +
|
||||||
(contact.registered
|
(contact.registered
|
||||||
? " -- especially since they are already marked as registered"
|
? " -- especially since they are already marked as registered"
|
||||||
@@ -870,7 +870,7 @@ export default class ContactsView extends Vue {
|
|||||||
this.$notify(
|
this.$notify(
|
||||||
{
|
{
|
||||||
group: "alert",
|
group: "alert",
|
||||||
type: "info",
|
type: "success",
|
||||||
title: "Registration Success",
|
title: "Registration Success",
|
||||||
text:
|
text:
|
||||||
(contact.name || "That unnamed person") +
|
(contact.name || "That unnamed person") +
|
||||||
|
|||||||
Reference in New Issue
Block a user