|  |  | @ -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 | 
			
		
	
	
		
			
				
					|  |  | 
 |