hotfix: organizer needs to confirm booking, not attendee (#2090)
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
This commit is contained in:
		
							parent
							
								
									b93f87af14
								
							
						
					
					
						commit
						4908b6fd01
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -55,7 +55,7 @@ ${this.calEvent.attendees[0].language.translate("booking_submitted", { | ||||||
|   name: this.calEvent.attendees[0].name, |   name: this.calEvent.attendees[0].name, | ||||||
| })} | })} | ||||||
| ${this.calEvent.attendees[0].language.translate("user_needs_to_confirm_or_reject_booking", { | ${this.calEvent.attendees[0].language.translate("user_needs_to_confirm_or_reject_booking", { | ||||||
|   user: this.calEvent.attendees[0].name, |   user: this.calEvent.organizer.name, | ||||||
| })} | })} | ||||||
| ${this.getWhat()} | ${this.getWhat()} | ||||||
| ${this.getWhen()} | ${this.getWhen()} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Agusti Fernandez
						Agusti Fernandez